koinos / koinos-cli

A command line utility used for key management and to interact with the Koinos blockchain.
Other
9 stars 7 forks source link

[FEATURE]: Add build instructions to README #121

Closed theoreticalbts closed 1 year ago

theoreticalbts commented 2 years ago

Is there an existing issue for this?

New feature

Add instructions for building to README.md.

Anything else?

Here is a suggestion for build instructions based on what currently works for me:

Build instructions

You need a sufficiently up-to-date version of the Go programming language to build this project. On Ubuntu 22.04 or later, the version installed by apt install golang suffices. On other operating systems or older versions of Ubuntu, you may need to download Go from the official website.

Once you have Go working, you can build the project with this command:

go build -o koinos-cli ./cmd/cli