Skip to content

Commit 94136c2

Browse files
hqhqMa Shimiao
authored andcommitted
Fix example in schema README
We should only download dependence without installing, otherwise we'll probably get error: go install: no install location for directory /home/qhuang/specs/schema outside GOPATH For more details see: go help gopath Signed-off-by: Qiang Huang <[email protected]>
1 parent fc78d2e commit 94136c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There is also included a simple utility for facilitating validation of a
2020

2121
```bash
2222
export GOPATH=`mktemp -d`
23-
go get ./...
23+
go get -d ./...
2424
go build .
2525
rm -rf $GOPATH
2626
```

0 commit comments

Comments
 (0)