Fix a small sample code typo

This commit is contained in:
Péter Szilágyi 2015-05-04 11:54:19 +03:00
parent 0c524f0c64
commit 38765bed91
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ Such dependencies can be added via the `--deps` CLI argument. A complex sample
for such a scenario is building the Ethereum CLI node, which has the GNU Multiple
Precision Arithmetic Library as it's dependency.
$ go run xgo.go --pkg=cmd/geth --branch=develop --deps=https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2 github.com/ethereum/go-ethereum
$ xgo --pkg=cmd/geth --branch=develop --deps=https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2 github.com/ethereum/go-ethereum
...
$ ls -al