From 0e62bebfad6773a8a0e38b7f6f1df2171d0c4447 Mon Sep 17 00:00:00 2001 From: xke Date: Thu, 4 Dec 2014 00:58:17 -0800 Subject: [PATCH] Clarify Getting Started instructions for beginners --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0588491c..a55b0f280 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Selfstarter is a starting point. We made some specific choices with Selfstarter ## Getting Started -*Note: This assumes you have Ruby 1.9.2 or later installed properly and have a basic working knowledge of how to use RubyGems* +*Note: This assumes you have Ruby 2.0.0 installed properly. Use "ruby --version" to check your Ruby version and consult [this installation page](https://www.ruby-lang.org/en/installation/) as needed.* First you'll need to fork and clone this repo @@ -24,6 +24,12 @@ First you'll need to fork and clone this repo git clone https://github.com/lockitron/selfstarter.git ``` +Go into the cloned directory + +```bash +cd selfstarter +``` + Let's get all our dependencies setup: ```bash bundle install --without production @@ -44,6 +50,8 @@ Let's get it running: rails s ``` +You can now view the site on your browser at http://localhost:3000. + ### Customizing While it is *just* a skeleton, we did make it a little quicker to change around things like your product name, the colors, pricing, etc.