Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit d36eef3

Browse files
committed
docs(stride-installation): correct git clone and cd commands to ensure correct installation of stride repository
1 parent 066c60e commit d36eef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/hyperlane-use-tia-for-gas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ wasmd config set client node tcp://127.0.0.1:36657
6262
wasmd config set client output json
6363
wasmd config set client keyring-backend test
6464

65-
git clone --branch v24.0.0 --depth 1 https://github.com/Stride-Labs/stride
66-
cd stride
65+
git clone --branch v24.0.0 --depth 1 https://github.com/Stride-Labs/stride ../stride
66+
cd ../stride
6767
make install
6868
strided config chain-id stride-internal-1
6969
strided config node https://stride-testnet-rpc.polkachu.com:443

0 commit comments

Comments
 (0)