Update README to point to Makefile
This commit is contained in:
parent
8895ab751d
commit
ec43972b7b
|
@ -12,15 +12,7 @@ requests like any normal GitHub project, and we'll merge it in.
|
|||
|
||||
## Running the Site Locally
|
||||
|
||||
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 )
|
||||
```
|
||||
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 `make dev`.
|
||||
|
||||
Then open up `http://localhost:4567`. Note that some URLs you may need to append
|
||||
".html" to make them work (in the navigation).
|
||||
|
|
Loading…
Reference in New Issue