Skip to content

Commit

Permalink
Fix counter instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Jan 9, 2025
1 parent 5ed9a5f commit 0320c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ulm/counter/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ To build the contract with all of the size minimization options, first, ensure t
```sh
rustup install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
```

Then run the build script as follows:

```sh
build.sh
./build.sh
```

0 comments on commit 0320c44

Please sign in to comment.