Update README.md

This commit is contained in:
chris mccraw 2017-01-19 14:13:59 -08:00 committed by GitHub
parent 8550266810
commit 6384ee627a
1 changed files with 6 additions and 2 deletions

View File

@ -11,12 +11,16 @@ This project is released under the [MIT license](LICENSE). Please make sure you
## Usage
Be sure that you have the latest node, npm and [Hugo](https://gohugo.io/) installed. If you need to install hugo, run:
Be sure that you have the latest node, npm and [Hugo](https://gohugo.io/) installed. If you need to install hugo on OSX, run:
```bash
brew install hugo
```
If you don't use OSX or don't use homebrew, follow the instructions for installation here instead:
http://gohugo.io/overview/installing/
Next, clone this repository and run:
```bash
@ -27,7 +31,7 @@ npm start
Then visit http://localhost:3000/ - BrowserSync will automatically reload CSS or
refresh the page when stylesheets or content changes.
To build your static output to the `/dist` folder, use:
To build your static output to the `/public` folder, use:
```bash
npm run build