Skip to content

Commit 63dd70c

Browse files
committed
Updating contrib docs
1 parent d4bbe7e commit 63dd70c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ Before contributing, you must sign the [Splunk Contributor License Agreement (CL
1212

1313
When working on the workshop, we advise that you review your changes locally before committing them. Use the `hugo server` command to live preview your changes (as you type) on your local machine.
1414

15-
## Install Hugo
15+
## Install Go & Hugo
1616

1717
``` bash
1818
cd ~
1919
```
2020

21+
``` bash
22+
brew install go
23+
```
24+
2125
``` bash
2226
brew install hugo
2327
```

0 commit comments

Comments
 (0)