Skip to content

Commit

Permalink
Merge pull request #21 from AleoHQ/fix/install-use-lockfile
Browse files Browse the repository at this point in the history
Update install script to use packaged lockfiles.
  • Loading branch information
Collin Chin authored Dec 13, 2022
2 parents 701a95d + 4fe2f0e commit e8e9601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ echo "
Step 2: Installing Aleo..."

# Install 'aleo'.
cd aleo && cargo install --path . && cd ..
cd aleo && cargo install --locked --path . && cd ..

echo "
Step 3: Installing Leo..."

# Install 'leo'.
cd leo && cargo install --path . && cd ..
cd leo && cargo install --locked --path . && cd ..

echo "
Step 4: Downloading parameters. This will take a few minutes...
Expand Down

0 comments on commit e8e9601

Please sign in to comment.