Skip to content

Commit

Permalink
Switch to a tab group for the different install options. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Feb 20, 2024
1 parent 0c4454c commit 543139a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content/module-2/4-topos-zkevm-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,29 @@ In addition to the Topos Playground, there is another tool for interacting with

Depending on your NodeJS environment and preferences, there are several ways to install Topos zkEVM Demo.

<TabGroup>
<TabGroupItem title="npm">
Our recommended way is to install the CLI using `npm`:

```bash
$ npm install -g @topos-protocol/topos-zkevm-demo
```

</TabGroupItem>
<TabGroupItem title="yarn">
If you are a `yarn` user, you can install the CLI using `yarn`:

```bash
$ yarn global add @topos-protocol/topos-zkevm-demo
```

</TabGroupItem>
<TabGroupItem title="npx">
Alternatively, you can install and run via `npx`:

```bash
$ npx @topos-protocol/topos-zkevm-demo
```
</TabGroupItem>
</TabGroup>

## Demo Walkthrough

Expand All @@ -52,7 +58,6 @@ Once the CLI is installed, you are ready to run the demo. The following steps wi

<StepItem>
### Verify and install dependencies

The first thing that you will want to do is to run the `topos-zkevm-demo` with the `install` command, which will verify your dependencies and then download all of the other components that are required to run the demo.

Topos zkEVM Demo is built on top of two projects:
Expand Down

0 comments on commit 543139a

Please sign in to comment.