Skip to content

Commit

Permalink
Add lair version to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Mar 12, 2021
1 parent 044e021 commit 3443650
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-holochain.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
#!/bin/bash

REV=a82372a62d46a503e48f345360d0fb18cc5822d1
LAIR_REV=a01a40640574d3cfabae33dfe3f861de7bd7a57c

cargo install --force holochain \
--git https://github.com/holochain/holochain.git \
--rev $REV
cargo install holochain_cli --force --bin hc \
--git https://github.com/holochain/holochain.git \
--rev $REV
cargo install --force lair_keystore \
--git https://github.com/holochain/lair.git \
--rev $LAIR_REV

0 comments on commit 3443650

Please sign in to comment.