Installation Instructions for LINUX - usechain/doc GitHub Wiki
Building from source
Building Used (command line client)
Clone the repository to a directory of your choosing:
git clone https://github.com/usechain/go-usechain.git
Install latest distribution of Go if you don't have it already.
Building used requires Go and C compilers to be installed:
Finally, build the used program using the following command.
cd go-used
make used
You can now run build/bin/used to start your node.