Correct URL format for simplex-chat download

Fix download link for Linux/macOS binary in documentation.
This commit is contained in:
Octavio Turra
2026-05-24 20:32:04 -03:00
committed by Teknium
parent 988cf1743b
commit 053969fd53

View File

@ -15,7 +15,7 @@ Download the latest release from the [simplex-chat GitHub releases](https://gith
```bash
# Linux / macOS binary
curl -L https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-chat-ubuntu-22_04-x86-64 -o simplex-chat
curl -L https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-chat-ubuntu-22_04-x86_64 -o simplex-chat
chmod +x simplex-chat
```