Skip to content

Minor fixes #401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down
2 changes: 1 addition & 1 deletion tutorials/celestia-da.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion tutorials/gm-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading