From 8a8fa3ab9169bbe5d2939e7be038231401d8c6ee Mon Sep 17 00:00:00 2001 From: Pierre Neter Date: Sat, 4 May 2024 19:00:07 +0700 Subject: [PATCH] Update README.md (cd before checkout) --- S2-testnet-1/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/S2-testnet-1/README.md b/S2-testnet-1/README.md index a163ca6d..09c97de6 100644 --- a/S2-testnet-1/README.md +++ b/S2-testnet-1/README.md @@ -6,14 +6,14 @@ git clone https://github.com/sideprotocol/side.git ``` -2. Checkout to the desired version (e.g., v0.8.0): +2. Move to the SIDE directory: ```sh - git checkout v0.8.0 + cd side ``` -3. Move to the SIDE directory: +3. Checkout to the desired version (e.g., v0.8.0): ```sh - cd side + git checkout v0.8.0 ``` 4. Install SIDE: