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