Skip to content

Commit

Permalink
Update README for install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
xander42280 committed Dec 20, 2024
1 parent 3cc5cb2 commit 331a37d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ There are two ways to prove the guest program:

![image](assets/temp-run-diagram.png)

## Getting Started

First to install zkm toolchain run the following command and follow the instructions:
```sh
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/zkMIPS/toolchain/refs/heads/main/setup.sh | sh
source ~/.zkm-toolchain/env
```

## Template code structure

> [!NOTE]
Expand Down
10 changes: 0 additions & 10 deletions install_mips_rust_tool

This file was deleted.

0 comments on commit 331a37d

Please sign in to comment.