diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2019-06-10 11:45:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 11:45:05 -0400 |
commit | ee405ff8b69713b3a1f32abe6e0cbf65553ca571 (patch) | |
tree | 8bcd0be5412d05528c174dfcbb0a20a4570b48b9 | |
parent | 93ccd9771788669f927bd52999456ac78c9603a1 (diff) |
Fixed build instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ To build AutoVCV from source, you can use ```bash
go get github.com/pommicket/autovcv
-cd $GOPATH/github.com/pommicket/autovcv
+cd $GOPATH/src/github.com/pommicket/autovcv
mkdir -p bin
go build -o bin/autovcv
```
|