Skip to content

Commit

Permalink
Update README to deal with remarkable wget lack of SSL support :(
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Oct 21, 2024
1 parent d399715 commit 56ffbd2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ You need an `OPENAI_API_KEY` environment variable set. I did this by adding it t
export OPENAI_API_KEY=your-key-here
```

Install by getting the binary to your remarkable. Then you have to ssh over and run it. Here is how to install and run (run these on the remarkable):
Install by getting the binary to your remarkable. On your not-remarkable:

```sh
# Install -- Fetch and make it executable
wget https://github.com/awwaiid/ghostwriter/releases/latest/download/ghostwriter

# Replace this ip address with your remarkable ip address
scp ghostwriter [email protected]:
```

Then you have to ssh over and run it. Here is how to install and run (run these on the remarkable):

```sh
# Make it executable after the initial copy
chmod +x ./ghostwriter

./ghostwriter --help # Get the options
Expand Down

0 comments on commit 56ffbd2

Please sign in to comment.