Skip to content

Commit

Permalink
fix: install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashiru committed Sep 19, 2023
1 parent 6b8f724 commit d41e325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cargo build --release

# Move the binary to a global path
sudo mv target/release/evm-rs /usr/local/bin/
sudo mv target/release/evm-rs-emulator /usr/local/bin/evm-rs

echo -e "\x1b[32mInstallation completed!\x1b[0m"
echo -e "Run '\x1b[35mevm-rs --help\x1b[0m' to see the usage."

0 comments on commit d41e325

Please sign in to comment.