Skip to content

Commit

Permalink
docs: clarify ruby deps for local website dev
Browse files Browse the repository at this point in the history
We use kwargs so we need Ruby >= 2.0
  • Loading branch information
phinze committed May 4, 2015
1 parent fad0808 commit 15dc4b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ requests like any normal GitHub project, and we'll merge it in.

## Running the Site Locally

Running the site locally is simple. Clone this repo and run the following
commands:
Running the site locally is simple. First you need a working copy of [Ruby >= 2.0](https://www.ruby-lang.org/en/downloads/) and [Bundler](http://bundler.io/).
Then you can clone this repo and run the following commands from this directory:

```
$ bundle
# ( installs all gem dependencies )
$ bundle exec middleman server
# ( boots the local server )
```

Then open up `http://localhost:4567`. Note that some URLs you may need to append
Expand Down

0 comments on commit 15dc4b6

Please sign in to comment.