summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```