Skip to content

Commit

Permalink
Merge pull request #44 from bacalhau-project/DeveloperAlly-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
DeveloperAlly authored Nov 30, 2023
2 parents 4c4da8b + 8f57620 commit e5c38d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ The commands below will automatically detect your OS and processor architecture
OSARCH=$(uname -m | awk '{if ($0 ~ /arm64|aarch64/) print "arm64"; else if ($0 ~ /x86_64|amd64/) print "amd64"; else print "unsupported_arch"}') && export OSARCH
# 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;
```
Then Download & Install
```
# Download the latest production build
curl -sSL -o lilypad https://github.com/bacalhau-project/lilypad/releases/download/v2.0.0-d63a7ff/lilypad-$OSNAME-$OSARCH
# Make Lilypad executable and install it
Expand Down Expand Up @@ -75,6 +78,9 @@ lilypad run sdxl:v0.9-lilypad1 -i PromptEnv="PROMPT=beautiful view of iceland wi

![image-42](https://github.com/bacalhau-project/lilypad/assets/264658/d48bb897-79a0-4f3a-b938-e85a8cfa3f0e)

Not working?
Try ```rm -rf /tmp/lilypad/data/repos``` uninstall lilypad path and reinstall from the start

## Run a node, earn LP

```
Expand Down

0 comments on commit e5c38d5

Please sign in to comment.