Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Broworkers
RailsPG
Commits
7e080d1b
Commit
7e080d1b
authored
Oct 15, 2012
by
Rafael Masoni
Browse files
Update README.md
parent
fb2c4c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
README.md
README.md
+5
-4
No files found.
README.md
View file @
7e080d1b
...
...
@@ -2,6 +2,7 @@
Do you like Rails? Do you like tabletop RPG? Now you can have both!
## Installing it
1.
Get ruby-1.9.3-p194
...
...
@@ -22,11 +23,11 @@ Do you like Rails? Do you like tabletop RPG? Now you can have both!
4.
You can create extra users using the console
```
bash
rails c
rails c
```
```
ruby
User
.
create
(
email:
'funny@example.com'
)
User
.
create
(
email:
'funny@example.com'
)
```
...
...
@@ -45,8 +46,8 @@ Do you like Rails? Do you like tabletop RPG? Now you can have both!
rails s
```
3.
Play it
!
3.
Gather some friends and have fun
!
```
bash
open http://localhost:3000
```
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment