Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegls authored Jun 13, 2024
1 parent f7ffca8 commit 099b806
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 @@ -41,7 +41,7 @@ OSNAME=$(uname -s | awk '{if ($1 == "Darwin") print "darwin"; else if ($1 == "Li
Then Download & Install
```
# Download the latest production build
curl -sSL -o hive https://github.com/CoopHive/coophive/releases/download/v0.1.0-396c092/hive-$OSNAME-$OSARCH
curl -sSL -o hive https://github.com/CoopHive/coophive/releases/download/v0.1.0-f7ffca8/hive-$OSNAME-$OSARCH
# Make executable and install it
chmod +x hive
sudo mv hive /usr/local/bin/hive
Expand Down

0 comments on commit 099b806

Please sign in to comment.