Skip to content

Commit

Permalink
feat: add v0.5.2 to arm install sh
Browse files Browse the repository at this point in the history
  • Loading branch information
markjung96 committed Nov 4, 2024
1 parent aa2dd04 commit 7abd19e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions install.arm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
# 포멧과 클린업
cargo fmt
cargo clippy --package cargo-stylus --package cargo-stylus-example

# v0.5.1 설치
git checkout v0.5.1-welldone
cargo install --path main --root ~/.cargo/v0.5.1-welldone

# v0.5.2 설치
git checkout v0.5.2-welldone
cargo install --path main --root ~/.cargo/v0.5.2-welldone

# 설치된 경로 출력
echo "v0.5.1-welldone: ~/.cargo/v0.5.1-welldone/bin/cargo-stylus"
echo "v0.5.2-welldone: ~/.cargo/v0.5.2-welldone/bin/cargo-stylus"

0 comments on commit 7abd19e

Please sign in to comment.