summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2019-06-10 11:44:23 -0400
committerGitHub <noreply@github.com>2019-06-10 11:44:23 -0400
commit93ccd9771788669f927bd52999456ac78c9603a1 (patch)
tree0da2218c5efc93b7ee69bb50fe5475848920ca0f /README.md
parentd4b6069fd541a10826653fc6d3d4bbcb3061c35f (diff)
Fixed build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90307fc..2d3abf9 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ To build AutoVCV from source, you can use
```bash
go get github.com/pommicket/autovcv
-cd $GOPATH/autovcv
+cd $GOPATH/github.com/pommicket/autovcv
mkdir -p bin
go build -o bin/autovcv
```