Skip to content

Commit

Permalink
improve upgrade steps in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed May 13, 2024
1 parent 3486caa commit ae487a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd linera-protocol
git fetch origin
git checkout $(git rev-parse $REMOTE_BRANCH)
cargo clean
cargo build -p linera-sdk
cargo build --locked -p linera-sdk
cd ..
mdbook test -L linera-protocol/target/debug/deps
git commit -a
Expand Down

0 comments on commit ae487a3

Please sign in to comment.