From c64563a1c6a147de7a4a4756c95091f3be327c3b Mon Sep 17 00:00:00 2001 From: Matt Higgins Date: Tue, 3 Jul 2012 17:33:56 -0300 Subject: [PATCH 1/2] improve installation instructions formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a36550e..f1ea60a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Web app that allows for very fast client side sorting and filtering of all disc Installation --- -1) Clone -1) > bundle install -1) > rake db:create db:migrate -1) > rails start -1) Visit http://localhost:3000 +1. Clone the repository. +2. ```$ bundle install``` +3. ```$ rake db:create db:migrate``` +4. ```$ rails start``` +5. Visit [http://localhost:3000](http://localhost:3000). From a89062873420bc1a8232ae27737cf9d935f73c9f Mon Sep 17 00:00:00 2001 From: Matt Higgins Date: Tue, 3 Jul 2012 17:36:03 -0300 Subject: [PATCH 2/2] correct rails command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ea60a..37bc3bf 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ Installation 1. Clone the repository. 2. ```$ bundle install``` 3. ```$ rake db:create db:migrate``` -4. ```$ rails start``` +4. ```$ rails server``` 5. Visit [http://localhost:3000](http://localhost:3000).