forked from TrueCloudLab/neoneo-go
Update Readme
- add go minimal version - fix dependency manager
This commit is contained in:
parent
0beb63fd47
commit
f1cdd2222b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue