Removed warning

This commit is contained in:
StephenButtolph 2020-04-17 03:04:35 -04:00
parent 98ad6dab99
commit aebb1164dc
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ sudo apt-get install libssl-dev libuv1-dev cmake make curl g++
Clone the Gecko repository:
```sh
go get github.com/ava-labs/gecko
go get -v -d github.com/ava-labs/gecko/...
cd $GOPATH/src/github.com/ava-labs/gecko
```