From 3dd38b74dbd0a9465178b7e31097e9dd04352cc9 Mon Sep 17 00:00:00 2001 From: Hugo Masclet Date: Wed, 8 Nov 2023 13:47:09 +0100 Subject: [PATCH] Put update from v0.8 first --- .../advanced-guides/update-the-node.md | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/docs/networks/advanced-guides/update-the-node.md b/docs/networks/advanced-guides/update-the-node.md index cc4e4e820e..e2d974da5e 100644 --- a/docs/networks/advanced-guides/update-the-node.md +++ b/docs/networks/advanced-guides/update-the-node.md @@ -88,7 +88,36 @@ sudo pkill teku - + + +#### Update the LUKSO CLI + +Re-install the LUKSO CLI to your system. You will be asked to overwrite the current version. + +```bash +curl https://install.lukso.network | sh +``` + +Make sure to check the downloaded version again to ensure that the update was successful. + +```bash +lukso version +``` + +Then continue to download the latest network configurations. + +:::info + +The `lukso init` command will not overwrite any personal configurations. + +::: + +```bash +lukso init +``` + + + #### Create a new Working Directory @@ -179,35 +208,6 @@ Keep your old working directory on your system until the new node setup fully sy ::: - - - -#### Update the LUKSO CLI - -Re-install the LUKSO CLI to your system. You will be asked to overwrite the current version. - -```bash -curl https://install.lukso.network | sh -``` - -Make sure to check the downloaded version again to ensure that the update was successful. - -```bash -lukso version -``` - -Then continue to download the latest network configurations. - -:::info - -The `lukso init` command will not overwrite any personal configurations. - -::: - -```bash -lukso init -``` -