@@ -14,9 +14,13 @@ You need an `OPENAI_API_KEY` environment variable set. I did this by adding it t
1414export OPENAI_API_KEY=your-key-here
1515```
1616
17- Install by copying the binary to your remarkable. Then you have to ssh over and run it, like :
17+ 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) :
1818
1919``` sh
20+ # Install -- Fetch and make it executable
21+ wget https://github.com/awwaiid/ghostwriter/releases/latest/download/ghostwriter
22+ chmod +x ./ghostwriter
23+
2024./ghostwriter --help # Get the options
2125./ghostwriter text-assist # Start a text/keyboard-replying session
2226```
@@ -40,6 +44,8 @@ Draw some stuff on your screen, and then trigger the assistant by *touching/tapp
4044* ** 2024-10-20** - Text output and other modes
4145 * Slowly starting to rework the code to be less scratch-work, organized a bit
4246 * Now introduced ` ./ghostwriter text-assist ` mode, uses a virtual keyboard to respond!
47+ * ** 2024-10-21** - Binary release build
48+ * Got a github action all set to do binary builds
4349
4450## Ideas
4551* Matt showed me his iOS super calc that just came out, take inspiration from that!
@@ -61,6 +67,7 @@ Draw some stuff on your screen, and then trigger the assistant by *touching/tapp
6167* Initial config
6268 * On first run, maybe create a config file
6369 * Could prompt for openai key and then write it into the file
70+ * Maybe an auto-start, auto-recovery?
6471
6572## References
6673* Adapted screen capture from [ reSnap] ( https://github.com/cloudsftp/reSnap )
0 commit comments