From bdbfb6451d4f9c5d64f9ea4e9928465e4bae8d77 Mon Sep 17 00:00:00 2001 From: victorloo Date: Wed, 31 Jan 2018 15:34:44 +0800 Subject: [PATCH] update README.md --- README.md | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 7db80e4..c5ba393 100644 --- a/README.md +++ b/README.md @@ -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 + +``` \ No newline at end of file