Skip to content

Commit 2fabcd8

Browse files
Use bash instead of sh, yes, it's opinionated
1 parent a29bc20 commit 2fabcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/gm-world-frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ curl -sSL https://rollkit.dev/install-yarn.sh | bash -s {{constants.nodeVersion}
2626
We've simplified the process by preparing a repository with the necessary scaffolding and configuration for our local rollup. Run a command to download the code, install dependencies, and start the development server:
2727

2828
```bash
29-
curl -sSL https://rollkit.dev/install-gm-frontend-app.sh | sh
29+
curl -sSL https://rollkit.dev/install-gm-frontend-app.sh | bash
3030
```
3131

3232
You should see the following output indicating that the development server is up and running:

0 commit comments

Comments
 (0)