Added dollarsign to the README.md for consistancy
This commit is contained in:
parent
312485f3e8
commit
c395a53081
@ -46,18 +46,18 @@ and may also be used independently outside Rails.
|
||||
|
||||
1. Install Rails at the command prompt if you haven't yet:
|
||||
|
||||
gem install rails
|
||||
$ gem install rails
|
||||
|
||||
2. At the command prompt, create a new Rails application:
|
||||
|
||||
rails new myapp
|
||||
$ rails new myapp
|
||||
|
||||
where "myapp" is the application name.
|
||||
|
||||
3. Change directory to `myapp` and start the web server:
|
||||
|
||||
cd myapp
|
||||
rails server
|
||||
$ cd myapp
|
||||
$ rails server
|
||||
|
||||
Run with `--help` or `-h` for options.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user