From 543139abc7338a106ff6830eecbe2e734b7b055c Mon Sep 17 00:00:00 2001 From: Kirk Haines Date: Tue, 20 Feb 2024 12:55:42 -0700 Subject: [PATCH] Switch to a tab group for the different install options. (#32) --- content/module-2/4-topos-zkevm-demo.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/module-2/4-topos-zkevm-demo.md b/content/module-2/4-topos-zkevm-demo.md index 042b90a..c558a6c 100644 --- a/content/module-2/4-topos-zkevm-demo.md +++ b/content/module-2/4-topos-zkevm-demo.md @@ -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. + + Our recommended way is to install the CLI using `npm`: ```bash $ npm install -g @topos-protocol/topos-zkevm-demo ``` - + + If you are a `yarn` user, you can install the CLI using `yarn`: ```bash $ yarn global add @topos-protocol/topos-zkevm-demo ``` - + + Alternatively, you can install and run via `npx`: ```bash $ npx @topos-protocol/topos-zkevm-demo ``` + + ## Demo Walkthrough @@ -52,7 +58,6 @@ Once the CLI is installed, you are ready to run the demo. The following steps wi ### 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: