Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).