Skip to content

Commit 186ace4

Browse files
authored
Update README.md (#305)
* Update README.md * Update README.md again
1 parent 8fb1a0b commit 186ace4

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -80,33 +80,40 @@ If a bundle for your operating system or cpu architecture is not provided then r
8080
**Node:** Linux launcher scripts are named a bit differently but work the same.
8181

8282
### Windows
83-
Download the latest `win32`(Windows 32-bit) or `win64`(Windows 64-bit) release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-preview/releases).
83+
Download the latest `win32`(Windows 32-bit) or `win64`(Windows 64-bit) release from [the releases section](https://github.com/Suwayomi/Tachidesk-Server/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-Server-preview/releases).
8484

8585
Unzip the downloaded file and double click on one of the launcher scripts.
8686

8787
### macOS
88-
Download the latest `macOS-x64`(older macOS systems) or `macOS-arm64`(Apple M1) release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-preview/releases).
88+
Download the latest `macOS-x64`(older macOS systems) or `macOS-arm64`(Apple M1) release from [the releases section](https://github.com/Suwayomi/Tachidesk-Server/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-Server-preview/releases).
8989

9090
Unzip the downloaded file and double click on one of the launcher scripts.
9191

9292
### GNU/Linux
93-
Download the latest `linux-x64`(x86_64) release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-preview/releases).
93+
Download the latest `linux-x64`(x86_64) release from [the releases section](https://github.com/Suwayomi/Tachidesk-Server/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-Server-preview/releases).
9494

9595
`tar xvf` the downloaded file and double click on one of the launcher scripts or run them using the terminal.
9696

9797
## Other methods of getting Tachidesk
9898
### Arch Linux
99-
You can install Tachidesk from the AUR
99+
You can install Tachidesk from the AUR:
100100
```
101101
yay -S tachidesk
102102
```
103103

104-
### Ubuntu-based distributions
105-
More information can be found on the [PPA's page](https://launchpad.net/~suwayomi/+archive/ubuntu/tachidesk).
104+
### Debian/Ubuntu
105+
Download the latest deb package from the release section or Install from the MPR
106106
```
107-
sudo add-apt-repository ppa:suwayomi/tachidesk
107+
git clone https://mpr.makedeb.org/tachidesk-server.git
108+
cd tachidesk-server
109+
makedeb -si
110+
```
111+
112+
### Ubuntu
113+
```
114+
sudo add-apt-repository ppa:suwayomi/tachidesk-server
108115
sudo apt update
109-
sudo apt install tachidesk
116+
sudo apt install tachidesk-server
110117
```
111118

112119
### Docker

0 commit comments

Comments
 (0)