Re build from sources

This page contains information about building Re node from sources

1. Make sure you have the required Golang version​arrow-up-right

go version

2. Clone Re repository and cd into it​arrow-up-right

git clone https://github.com/jim380/Re.git
cd Re

3. Build a Re node image​arrow-up-right

make install

Last updated