move mainnet note to top of build instructions
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled

This commit is contained in:
woodser 2024-08-24 20:09:07 -04:00
parent d74b0995d0
commit 01b00cea57

View file

@ -1,7 +1,3 @@
# Build and run Haveno
These are the steps needed to build and run Haveno. You can test it locally or on our test network using the official Haveno repository.
> [!note]
> Trying to use Haveno on mainnet?
>
@ -9,6 +5,10 @@ These are the steps needed to build and run Haveno. You can test it locally or o
>
> Find a third party network and use their installer or build their repository. Alternatively [create your own mainnet network](create-mainnet.md).
# Build and run Haveno
These are the steps needed to build and run Haveno. You can test it locally or on our test network using the official Haveno repository.
## Install dependencies
On Ubuntu: `sudo apt install make wget git`