Skip to content

Commit ed954d0

Browse files
committed
readme: update section about installation
1 parent 30da29a commit ed954d0

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,12 @@ faster than other packages according to public benchmarks.
2727

2828
## Installation
2929

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
3131
operating system.
3232

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).
4536

4637
The `go-tarantool` package is in
4738
[tarantool/go-tarantool](github.com/tarantool/go-tarantool) repository.

0 commit comments

Comments
 (0)