commit 8765b6b5ff1e56c1f98cf88e99594b56673b235d parent fab6c54e737964175a169e2937fd2f0ae9f42e38 Author: NicholasFarrow <nicholas.w.farrow@gmail.com> Date: Mon, 25 Jan 2021 19:41:16 +1100 update readme to indicate rpi4 works! Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -20,7 +20,7 @@ BTCPyment makes donation buttons simple; with a simple Python backend to talk to * No shitcoin bloat. Bitcoin only. # Installation (short!) -You require a raspberry pi / server to host an instance of BTCPyment on, and a connection to a Bitcoin node. If you don't have a Bitcoin node, you should [install one](https://bitcoincore.org/en/download/). +You require a Raspberry Pi / server (VPS) to host an instance of BTCPyment on, and a connection to a Bitcoin node. If you don't have a Bitcoin node, you should [install one](https://bitcoincore.org/en/download/). ### Install Clone and install dependencies ```