Skip to content

neatio-net/neatio

Repository files navigation

Neatio Client

Building the client from source:

To build Neatio client from source you will need to install Go (Golang) and a C compiler.

Note: At least v1.16 of Go is required for building the client.

You can download and install Go from the official guide from the Go website.

After all the dependencies are installed and the $PATH is set, open a terminal and run:

git clone -b main https://github.com/neatio-net/neatio.git
cd neatio
make neatio