diff --git a/README.md b/README.md index 44ad64d..801c0d8 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,17 @@ wa:,... 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: diff --git a/build-termux.sh b/build-termux.sh new file mode 100644 index 0000000..51d1d09 --- /dev/null +++ b/build-termux.sh @@ -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