diff --git a/README.md b/README.md index 860fc14..0d3af69 100644 --- a/README.md +++ b/README.md @@ -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