Skip to content

Commit cc40065

Browse files
authored
Apply suggestions from code review
1 parent 0f92d73 commit cc40065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/gm-world.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ If you get errors of `gmd` not found, you may need to add the `go/bin` directory
6868
:::
6969

7070
```bash
71-
cd $HOME && curl -sSL https://rollkit.dev/install-gm-rollup.sh | sh
71+
cd $HOME
72+
bash -c "$(curl -sSL https://rollkit.dev/install-gm-rollup.sh)"
7273
```
7374

7475
## 🚀 Starting your rollup {#start-your-rollup}

0 commit comments

Comments
 (0)