From 01b00cea573ad5e8467e829c70cf52460407edc0 Mon Sep 17 00:00:00 2001 From: woodser Date: Sat, 24 Aug 2024 20:09:07 -0400 Subject: [PATCH] move mainnet note to top of build instructions --- docs/installing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installing.md b/docs/installing.md index dcf9c81df5..e7255bb495 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -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`