Skip to content

Commit

Permalink
Update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Dec 12, 2022
1 parent 2ed0b98 commit 4fe2f0e
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 4fe2f0e

Please sign in to comment.