Skip to content

Commit 7d9233c

Browse files
authored
docs: clarify cotp packages
1 parent 415ebc9 commit 7d9233c

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,16 @@ It also uses [AES-GCM](https://docs.rs/aes-gcm/latest/aes_gcm/) to import from e
6363

6464
## Cross Plaform
6565

66-
cotp should be easily compiled on the most used platform, but it is mostly tested on Linux and Windows.
66+
cotp should be easily compiled on the most used platforms, but it is mostly tested on Linux, Windows and macOS.
6767

6868
# Install
6969

70-
## Arch Linux and arch-based distributions
70+
## Arch Linux / Manjaro / Debian / Ubuntu / NixOS / others...
7171

72-
Arch Linux has an [official package](https://archlinux.org/packages/extra/x86_64/cotp) in the [extra] repository:
72+
cotp is distributed in some of the mayor Linux distro repositories. Please check the repology badge at the top to know if your distribution already provides a package.
73+
I will try to push to more repositories over time.
7374

74-
```
75-
pacman -S cotp
76-
```
77-
78-
Additionally if you wish to compile and run the Git HEAD version instead of the current stable release,
79-
an AUR package [cotp-git](https://aur.archlinux.org/packages/cotp-git) can be installed using the
80-
[usual instructions](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages)
81-
or your favorite AUR helper like [paru](https://github.com/morganamilo/paru) (`paru -S cotp-git`).
82-
83-
## NixOS
84-
85-
Check the [official package](https://search.nixos.org/packages?channel=23.11&from=0&size=50&sort=relevance&type=packages&query=cotp).
75+
Otherwise you have other options as explained in the next paragraph.
8676

8777
## Other linux distributions and \*nix
8878

0 commit comments

Comments
 (0)