From 6f322e02820e0ca7765f7059407e576ed3e73db1 Mon Sep 17 00:00:00 2001 From: kuhyx <147418882+kuhyx@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:38:10 +0200 Subject: [PATCH] Update readme.md --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e22f6fa..d064ae0 100644 --- a/readme.md +++ b/readme.md @@ -72,15 +72,16 @@ The bot uses `asyncio` for running the WebSocket server and simple Python fetch -v /home/user/signal-api:/home/.local/share/signal-cli \ -e 'MODE=json-rpc' bbernhard/signal-cli-rest-api:0.167-dev ``` -Pay attention to `:0.167-dev`! Try to upgrade if there is a new one as you can see errors connected with connecting your signal account otherwise -Double check if you are using correct version using: [http://localhost:9922/v1/about](http://localhost:9922/v1/about) -2. Access the Signal CLI setup page: + Pay attention to `:0.167-dev`! Try to upgrade if there is a new one as you can see errors connected with connecting your signal account otherwise + Double check if you are using correct version using: [http://localhost:9922/v1/about](http://localhost:9922/v1/about) + +3. Access the Signal CLI setup page: ```sh http://localhost:9922/v1/qrcodelink?device_name=signal-api ``` -3. Scan the QR code to complete the Signal CLI setup. +4. Scan the QR code to complete the Signal CLI setup. ### Clone the Repository