Skip to content

Commit

Permalink
Update README (#119)
Browse files Browse the repository at this point in the history
* Update README

* Update README

---------

Co-authored-by: Unique Divine <[email protected]>
  • Loading branch information
eminmtas and Unique-Divine authored Sep 25, 2024
1 parent 035a478 commit 365cf31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ Smart contract sandbox for Nibiru Chain.
├── Cargo.lock
└── README.md
```
## Install Cargo

- Install `cargo` with `curl`
```bash
curl https://sh.rustup.rs -sSf | sh
```
- Check `cargo` version
```bash
cargo version
```

## Hacking

Expand Down

0 comments on commit 365cf31

Please sign in to comment.