COMPILE.md: Fixed C&P error.

This commit is contained in:
Sascha L. Teichmann 2014-10-06 06:04:30 +00:00
parent e5d9986750
commit e4baf66fb9

View File

@ -14,7 +14,7 @@ A quick and dirty way to produce the binaries of `mtdbconverter`,
# the corresponding version from https://golang.org/dl/ # the corresponding version from https://golang.org/dl/
$ wget https://storage.googleapis.com/golang/go1.3.3.linux-amd64.tar.gz $ wget https://storage.googleapis.com/golang/go1.3.3.linux-amd64.tar.gz
$ sha1sum https://storage.googleapis.com/golang/go1.3.3.linux-amd64.tar.gz $ sha1sum go1.3.3.linux-amd64.tar.gz
14068fbe349db34b838853a7878621bbd2b24646 go1.3.3.linux-amd64.tar.gz 14068fbe349db34b838853a7878621bbd2b24646 go1.3.3.linux-amd64.tar.gz
$ tar xf go1.3.3.linux-amd64.tar.gz $ tar xf go1.3.3.linux-amd64.tar.gz