From 6384ee627a1ae22186ba54c5f81222634967c8b5 Mon Sep 17 00:00:00 2001 From: chris mccraw Date: Thu, 19 Jan 2017 14:13:59 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69e9d4a..e54f0b8 100644 --- a/README.md +++ b/README.md @@ -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