Jacky Zhao
2021-10-25 f7b89db8ee85e54a438db2e2cac3c55e805281c9
content/notes/troubleshooting.md
@@ -15,7 +15,7 @@
### `command not found: hugo-obsidian`
Make sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize `hugo-obsidian` as an executable.
```
```shell
# Add the following 2 lines to your ~/.bash_profile
export GOPATH=/Users/$USER/go
export PATH=$GOPATH/bin:$PATH