summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2019-06-10 11:45:05 -0400
committerGitHub <noreply@github.com>2019-06-10 11:45:05 -0400
commitee405ff8b69713b3a1f32abe6e0cbf65553ca571 (patch)
tree8bcd0be5412d05528c174dfcbb0a20a4570b48b9
parent93ccd9771788669f927bd52999456ac78c9603a1 (diff)
Fixed build instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d3abf9..a0cd925 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/github.com/pommicket/autovcv
+cd $GOPATH/src/github.com/pommicket/autovcv
mkdir -p bin
go build -o bin/autovcv
```