Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix install from source commands
  • Loading branch information
kingbaldwin-iv authored Jan 2, 2025
1 parent 9bf6cb4 commit de8b042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# install mesc
git clone https://github.com/paradigmxyz/mesc
cd mesc
cargo install --path rust/crates/cli
cargo install --path rust/crates/mesc_cli
```

## Example Usage
Expand Down

0 comments on commit de8b042

Please sign in to comment.