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: