Repo release
build-and-publish / build (push) Successful in 2m51s

This commit is contained in:
root
2026-04-25 21:24:55 +00:00
parent 44efd905c5
commit aa7d66f142
+10 -1
View File
@@ -12,7 +12,16 @@
- [x] [Versions List](https://github.com/theraw/The-World-Is-Yours/blob/master/version) - [x] [Versions List](https://github.com/theraw/The-World-Is-Yours/blob/master/version)
## Easy install ## Easy install
(This is beta please create an issue if any errors) Download .deb from https://github.com/theraw/The-World-Is-Yours/releases ```bash
sudo install -d /etc/apt/keyrings
sudo curl -fsSL https://apt.julio.al/repository/public/keys/raweb.asc \
-o /etc/apt/keyrings/raweb.asc
echo "deb [signed-by=/etc/apt/keyrings/raweb.asc] https://apt.julio.al/repository/raweb trixie main" \
| sudo tee /etc/apt/sources.list.d/raweb.list
sudo apt update && sudo apt install twiy
```
## Compile from source ## Compile from source
```bash ```bash