diff options
| author | mo khan <mo@mokhan.ca> | 2017-02-25 10:58:58 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2017-02-25 10:58:58 -0700 |
| commit | 7f1f1d33a2a6247c27c163f42dfd9246bbf68da3 (patch) | |
| tree | c83d38982ee011e37ef78163befbafff8aaf2f5a | |
| parent | e496527e524012732a465d9b0579c44a351984b2 (diff) | |
add README.
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fa180d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Getting started + +* Clone this repo. + + $ git clone git@github.com:stronglifters/stronglifters.github.io.git + +* install gems + + $ cd stronglifters.github.io + $ bundle install + +* start the jekyll server + + $ jekyll s + +* open a browser to http://localhost:4000 |
