5 Building Instructions
m724 edited this page 2026-04-28 07:26:29 +00:00

Building

git clone --depth 1 --single-branch -b releases/v28 --recursive https://git.m724.eu/dn724/dncurrency.git
./docker/node/build.sh 

Rebasing master

git remote add upstream https://github.com/nanocurrency/nano-node.git
git fetch upstream
git checkout develop
git rebase upstream/develop
git push --force-with-lease