Jacky Zhao
2021-10-28 6005a2e0a0667e9b78bfd419d3e8590a7fcc25f8
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