Skip to content

Commit

Permalink
meta: add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
markjoshwel committed Nov 6, 2023
1 parent 5079076 commit e363ef8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ wa:<chat id>,...
to use the WhatsApp bridge:

1. install [surplus](https://github.com/markjoshwel/surplus),
and [surplus on wheels](https://github.com/markjoshwel/surplus-on-wheels)
and [surplus on wheels](https://github.com/markjoshwel/surplus-on-wheels)

2. install spow-whatsapp-bridge:

TODO
```text
pkg install golang git
git clone https://github.com/markjoshwel/spow-whatsapp-bridge
(cd spow-whatsapp-bridge; go build)
mkdir -p $HOME/.local/bin
mv spow-whatsapp-bridge/s+ow-whatsapp-bridge $HOME/.local/bin
```

3. log into WhatsApp:

Expand Down
4 changes: 4 additions & 0 deletions build-termux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pkg install golang
go build
mkdir -p $HOME/.local/bin
mv spow-whatsapp-bridge $HOME/.local/bin/s+ow-whatsapp-bridge

0 comments on commit e363ef8

Please sign in to comment.