Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Jul 2, 2024
1 parent b8fe30e commit f3d3643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/gm-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ import constants from '../.vitepress/constants/constants.js'

## 🛠️ Dependencies {#dependencies}

As we moved into more advanced use cases we use [kurtosis](https://docs.kurtosis.com/) to help with managing all the services we need to run. You can [install kurtosis here](https://docs.kurtosis.com/install).
As we move into more advanced use cases, we use [kurtosis](https://docs.kurtosis.com/) to help with managing all the services we need to run. You can [install kurtosis here](https://docs.kurtosis.com/install).

Once installed you can verify the installation by running:
Once installed, you can verify the installation by running:

```bash
$ kurtosis version
Expand All @@ -43,10 +43,10 @@ To see the engine version (provided it is running): kurtosis engine status

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

Now that we have kurtosis, we can launch our GM rollup along with the local DA by running the following command:
Now that we have kurtosis installed, we can launch our GM rollup along with the local DA by running the following command:

```bash
kurtosis run github.com/rollkit/gm@v0.2.1
kurtosis run github.com/rollkit/gm@v0.3.0
```

You should see an output like this:
Expand Down

0 comments on commit f3d3643

Please sign in to comment.