Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polus-arcticus authored May 24, 2024
1 parent 396c092 commit b9f6490
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-f0e8d5e/hive-$OSNAME-$OSARCH
curl -sSL -o hive https://github.com/CoopHive/coophive/releases/download/v0.1.0-396c092/hive-$OSNAME-$OSARCH
# Make executable and install it
chmod +x hive
sudo mv hive /usr/local/bin/hive
Expand Down

0 comments on commit b9f6490

Please # to comment.