Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 1755c36

Browse files
authored
include the v1.0.2 .deb in the downloads table, ditch debian for ubuntu
1 parent cc4fe19 commit 1755c36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ As of now, the PKGBUILD for tcobalt on the AUR only has 'x86_64' in the arch arr
7474
## Installation
7575

7676
### Prebuilt Binary Downloads
77-
| Arch Linux (pkg) | Debian (pkg) | Linux | Windows | MacOS |
77+
| Arch Linux (pkg) | Ubuntu (pkg) | Linux | Windows | MacOS |
7878
| ---------------- | ------------ | ----- | ------- | ----- |
79-
| [v1.0.2-1 x86_64](https://github.com/khyerdev/tcobalt/releases/download/v1.0.2-2/tcobalt-1.0.2-1-x86_64.pkg.tar.zst) | [v1.0.1 amd64](https://github.com/khyerdev/tcobalt/releases/download/v1.0.1/tcobalt-1.0.1-amd64.deb) | [v1.0.2 x86_64](https://github.com/khyerdev/tcobalt/releases/download/v1.0.2-2/tcobalt-linux-x86_64) | [v1.0.2 x86_64](https://github.com/khyerdev/tcobalt/releases/download/v1.0.2-2/tcobalt-windows-x86_64.exe) | TBD x86_64 |
79+
| [v1.0.2-1 x86_64](https://github.com/khyerdev/tcobalt/releases/download/v1.0.2-2/tcobalt-1.0.2-1-x86_64.pkg.tar.zst) | [v1.0.2 amd64](https://github.com/khyerdev/tcobalt/releases/download/v1.0.2-2/tcobalt-1.0.2-amd64.deb) | [v1.0.2 x86_64](https://github.com/khyerdev/tcobalt/releases/download/v1.0.2-2/tcobalt-linux-x86_64) | [v1.0.2 x86_64](https://github.com/khyerdev/tcobalt/releases/download/v1.0.2-2/tcobalt-windows-x86_64.exe) | TBD x86_64 |
8080
| TBD i686 | TBD i686 | TBD i686 | TBD i686 | not applicable |
8181
| TBD aarch64 | TBD arm64 | TBD aarch64 | TBD armv8 | TBD aarch64 |
8282
| TBD armv7 | TBD armhf | TBD armv7 | TBD armv7 | not applicable |
@@ -120,9 +120,9 @@ The PKGBUILD declares that this only supports x86_64, but since it builds from s
120120

121121
This process will also work on arch-based distros
122122

123-
### Debian/Ubuntu
124-
I will soon upload this to a ppa to make this process a bit easier
125-
1. Download the pkg from the above prebuilt binaries
123+
### Ubuntu
124+
Packaging to a PPA has literally no good documentation online, and the official Ubuntu website for it has LITERALLY NO TEXT ON IT (its undergoing maintenance). Debian docs and launchpad docks also suck. You are stuck with this process until I feel like requesting tcobalt to be added to the official Ubuntu repositories. I won't bother with debian because they release stable updates every 2 years.
125+
1. Download the pkg from the above prebuilt binaries (or use cURL)
126126
2. Open a terminal and navigate to the directory containing the downloaded .deb file
127127
3. Run the following command (replacing the fields in the angle brackets as necessary)
128128
```
@@ -135,7 +135,7 @@ Download the .exe from the above prebuilt binaries, put it into any `%PATH%` fol
135135
I will figure out how to add tcobalt to winget-pkgs sometime in the future
136136

137137
### Other Linux
138-
You can try downloading the x86_64 linux binary from the above prebuilt binaries, putting it into `/usr/bin`, and renaming it to `tcb`
138+
You can try downloading the linux binary from the above prebuilt binaries, putting it into `/usr/bin`, and renaming it to `tcb`
139139

140140
### Unsupported OSes
141141
More support will come later. If you are on an unsupported operating system or architecture, or downloading a prebuilt binary didnt work, do this:

0 commit comments

Comments
 (0)