From 6b2c0fe11e2cf735490966c564199cc4dbdc60e9 Mon Sep 17 00:00:00 2001 From: Warao Gil Date: Wed, 1 May 2024 14:54:00 -0400 Subject: [PATCH] Text Updates --- scripts/upgrade-assure/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade-assure/README.md b/scripts/upgrade-assure/README.md index 0fdc4bc06..193e997a6 100644 --- a/scripts/upgrade-assure/README.md +++ b/scripts/upgrade-assure/README.md @@ -29,7 +29,7 @@ i.e for tag v0.31.0, tag the new release and install it: ```bash git tag v0.31.0 make install -git checkout v0.31.0 +git checkout tags/v0.31.0 ``` ### Step 3: Retrieve the current binary depending on your OS @@ -60,7 +60,7 @@ curl -L https://snapshots-testnet.stake-town.com/elys/elystestnet-1_latest.tar.l Switch to the previously stable version. ```bash -git checkout +git checkout tags/ ``` ### Step 6: Run Upgrade-Assure Script @@ -97,7 +97,7 @@ go run ./scripts/upgrade-assure/... /tmp/snapshot.tar.lz4 /tmp/elysd-v0.30.0 ~/g Notice that /tmp/elysd-v0.30.0 is the current binary retrieved in step 3. -### Step 7: Checkout to Latest Changes Branch you used in step 1 +### Step 7: Checkout to Latest Changes Branch or tag you used in step 1 Switch back to the main branch to incorporate the latest changes: