diff --git a/README.md b/README.md index a36550e..37bc3bf 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 server``` +5. Visit [http://localhost:3000](http://localhost:3000).