Add node step to start steps

master
Will Faught 2 years ago
parent f96ceb840d
commit 06b2578107

@ -68,13 +68,21 @@ please share it by [posting code or screenshots](https://github.com/willfaught/p
$ brew install hugo $ brew install hugo
``` ```
2. Create a site: 2. [Install Node](https://nodejs.org/en/download/).
For Homebrew on Mac:
```sh
$ brew install node
```
3. Create a site:
```sh ```sh
$ hugo new site yourproject $ hugo new site yourproject
``` ```
3. Create a post: 4. Create a post:
```sh ```sh
$ cd yourproject $ cd yourproject

Loading…
Cancel
Save