README.md: Remove erroneous go install instructions.

This commit is contained in:
Aaron Son
2019-08-19 13:11:56 -07:00
parent 88e6b03e06
commit d8d6312593
+1 -9
View File
@@ -53,15 +53,7 @@ available at https://github.com/liquidata-inc/dolt/releases. The `./bin`
directory of your platforms tarball should be placed on your path so you can
run `dolt`.
Installing from source requires Go 1.13+. Using go install:
```sh
$ go install github.com/liquidata-inc/dolt/go/cmd/dolt
$ go install github.com/liquidata-inc/dolt/go/cmd/git-dolt
$ go install github.com/liquidata-inc/dolt/go/cmd/git-dolt-smudge
```
Or from a checkout of the repository:
Installing from source requires Go 1.12+. From a checkout of this repository:
```sh
$ cd go