Update Readme

- add go minimal version
- fix dependency manager
This commit is contained in:
Evgeniy Kulikov 2019-08-26 16:58:24 +03:00
parent 0beb63fd47
commit f1cdd2222b
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -31,9 +31,11 @@ A complete toolkit for the NEO blockchain, including:
## Installation
Go: 1.11+
Install dependencies.
`neo-go` uses [dep](https://github.com/golang/dep) as its dependency manager. After installing `deps` you can run:
`neo-go` uses [GoModules](https://github.com/golang/go/wiki/Modules) as dependency manager:
```
make deps