Skip to content

Commit

Permalink
fix: CLI Wrapper sends jobs to Demonet (#6)
Browse files Browse the repository at this point in the history
* fix: update payload string formatting and enhance logging in index.js
chore: upgrade express and node-fetch dependencies

* fix: enhance environment variable handling in index.js

* fix: preserve PATH variable only

* feat: add docs for binary PATH setup
  • Loading branch information
noryev authored Dec 17, 2024
1 parent 13a83ff commit 648e68b
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 231 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

An API endpoint that wraps using the Lilypad cli.

## Prerequisites

### Installing and Setting up Lilypad Binary

1. Build the Lilypad binary:

```bash
git clone https://github.com/Lilypad-Tech/lilypad
cd lilypad
go build -v -o lilypad

# For Linux: Move to /usr/bin
sudo mv lilypad /usr/bin/

# For Mac: Move to /usr/local/bin
sudo mv lilypad /usr/local/bin
```



## Usage

Expand Down
1 change: 1 addition & 0 deletions lilypad
Submodule lilypad added at da719d
Loading

0 comments on commit 648e68b

Please sign in to comment.