Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victorloo committed Jan 31, 2018
1 parent 477915a commit bdbfb64
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
# README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...
+```
+git clone https://github.com/victorloo/AC_assignment_S17L2
+cd git-exercise
+bundle install
+rails db:migrate
+rails db:seed
+```

0 comments on commit bdbfb64

Please sign in to comment.