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 -``` -