Merge pull request #748 from ajbeamon/go-readme-update

Update go bindings README.
This commit is contained in:
Alec Grieser 2018-09-06 14:40:29 -07:00 committed by GitHub
commit f0c6db42db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@ This package requires:
- Go 1.1+ with CGO enabled
- [Mono](http://www.mono-project.com/) (macOS or Linux) or [Visual Studio](https://www.visualstudio.com/) (Windows) (build-time only)
- FoundationDB C API 2.0.x, 3.0.x, or 4.x.y (part of the [FoundationDB client packages](https://apple.github.io/foundationdb/downloads.html#c))
- FoundationDB C API 2.0.x-6.0.x (part of the [FoundationDB client packages](https://apple.github.io/foundationdb/downloads.html#c))
Use of this package requires the selection of a FoundationDB API version at runtime. This package currently supports FoundationDB API versions 200-600.
To install this package, you can run the "fdb-go-install.sh" script:
To install this package, you can run the "fdb-go-install.sh" script (for versions 5.0.x and greater):
./fdb-go-install.sh install
./fdb-go-install.sh install --fdbver <x.y.z>
The "install" command of this script does not depend on the presence of the repo in general and will download the repository into
your local go path. Running "localinstall" instead of "install" will use the local copy here (with a symlink) instead