Skip to content

Commit

Permalink
Adding ArchLinux installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase 李 committed Mar 17, 2024
1 parent 7e026e3 commit 8df14d5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ apk add cosign

</details>

<details><summary><b>ArchLinux</b></summary><br>

```sh
sudo pacman -S cosign
```

</details>

<details><summary><b>Linux: RPM</b></summary><br>

Expand All @@ -129,6 +136,16 @@ sudo dpkg -i cosign_${LATEST_VERSION}_amd64.deb

<a id="automatic-installation"></a>
#### Automatic Installation
<details><summary><b>ArchLinux (AUR)</b></summary><br>

This package is available on the ArchLinux User Repository.
It can be installed using the yay AUR helper:
```sh
yay tenv-bin
```

</details>

<details><summary><b>MacOS (Homebrew)</b></summary><br>

```console
Expand Down

0 comments on commit 8df14d5

Please sign in to comment.