File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,12 @@ faster than other packages according to public benchmarks.
27
27
28
28
## Installation
29
29
30
- We assume that you have Tarantool version 1.6 and a modern Linux or BSD
30
+ We assume that you have Tarantool version 1.6+ and a modern Linux, BSD or macOS
31
31
operating system.
32
32
33
- You will need a current version of ` go ` , version 1.3 or later (use
34
- ` go version ` to check the version number). Do not use ` gccgo-go ` .
35
-
36
- ** Note:** If your ` go ` version is younger than 1.3, or if ` go ` is not installed,
37
- download the latest tarball from [ golang.org] ( https://golang.org/dl/ ) and say:
38
-
39
- ``` bash
40
- $ sudo tar -C /usr/local -xzf go1.7.5.linux-amd64.tar.gz
41
- $ export PATH=$PATH :/usr/local/go/bin
42
- $ export GOPATH=" /usr/local/go/go-tarantool"
43
- $ sudo chmod -R a+rwx /usr/local/go < /pre>
44
- ```
33
+ You will need a current version of ` go ` , version 1.3 or later (use ` go version `
34
+ to check the version number). Do not use ` gccgo-go ` . Lean more about Go
35
+ installation on [ official site] ( https://go.dev/doc/install ) .
45
36
46
37
The ` go-tarantool ` package is in
47
38
[ tarantool/go-tarantool] ( github.com/tarantool/go-tarantool ) repository.
You can’t perform that action at this time.
0 commit comments