Skip to content

Commit

Permalink
release version with concurrency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden authored Nov 15, 2023
1 parent 433352b commit 7aff4ea
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 @@ -42,7 +42,7 @@ OSARCH=$(uname -m | awk '{if ($0 ~ /arm64|aarch64/) print "arm64"; else if ($0 ~
# Detect your operating system and set it as $OSNAME
OSNAME=$(uname -s | awk '{if ($1 == "Darwin") print "darwin"; else if ($1 == "Linux") print "linux"; else print "unsupported_os"}') && export OSNAME;
# Download the latest production build
curl -sSL -o lilypad https://github.com/bacalhau-project/lilypad/releases/download/v2.0.0-939b78d/lilypad-$OSNAME-$OSARCH
curl -sSL -o lilypad https://github.com/bacalhau-project/lilypad/releases/download/v2.0.0-433352b/lilypad-$OSNAME-$OSARCH
# Make Lilypad executable and install it
chmod +x lilypad
sudo mv lilypad /usr/local/bin/lilypad
Expand Down

0 comments on commit 7aff4ea

Please sign in to comment.