From aa7d66f1422706bbcc5987e8d4b7e259ea42521a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Apr 2026 21:24:55 +0000 Subject: [PATCH] Repo release --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47cedd4..4d48b2c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,16 @@ - [x] [Versions List](https://github.com/theraw/The-World-Is-Yours/blob/master/version) ## 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 ```bash