@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user