diff --git a/public/install.sh b/public/install.sh index e02343846..b459fbbb1 100755 --- a/public/install.sh +++ b/public/install.sh @@ -9,7 +9,7 @@ if ! which go > /dev/null; then fi cd rollkit || { echo "Failed to find the downloaded repository."; exit 1; } -git checkout $1 +git fetch && git checkout $1 echo "Building and installing Rollkit..." make install cd .. diff --git a/tutorials/celestia-da.md b/tutorials/celestia-da.md index 2f0a305db..6286dc379 100644 --- a/tutorials/celestia-da.md +++ b/tutorials/celestia-da.md @@ -39,13 +39,13 @@ ignite scaffold chain gm --address-prefix gm --no-module Install the Rollkit app to ignite: ```bash-vue +cd $HOME/gm ignite app install github.com/ignite/apps/rollkit@rollkit/{{constants.rollkitIgniteAppVersion}} ``` Next, move to the `gm` directory and add the Rollkit app: ```bash -cd $HOME/gm ignite rollkit add ``` diff --git a/tutorials/gm-world.md b/tutorials/gm-world.md index 69c0d9b9d..1bba20bf8 100644 --- a/tutorials/gm-world.md +++ b/tutorials/gm-world.md @@ -62,7 +62,7 @@ cd $HOME && bash -c "$(curl -sSL https://rollkit.dev/install-gm-rollup.sh)" Generate rollkit.toml file by running: ```bash -rollkit toml init +cd $HOME/gm && rollkit toml init ``` The output should be similar to this: