From c395a53081a8419784bae6d59d36cd32fef3b8a1 Mon Sep 17 00:00:00 2001 From: Michael H Date: Sat, 28 Nov 2015 16:38:51 -0800 Subject: Added dollarsign to the README.md for consistancy --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f823a49f7d..fa566a9105 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3