# README
Cybernode
To use cybernode CLI (now available only through go package):
- Install GO SDK (https://golang.org/doc/install)
- Run
go get https://github.com/cybercongress/cybernode
- Now project is available under
$GOPATH/src/github.com/cybercongress/cybernode
- Install dep (https://github.com/golang/dep) for dependency managment
- In project root dir run
dep ensure
- Run
go install
- Now cybernode binary is available in your
$GOPATH/bin
folder. You could add it to path and use it likecybernode --help
command. Or go into$GOPATH/bin
and use it like./cybernode --help