Skip to content

Commit

Permalink
docs: update the instructions for installing on Arch Linux (#653)
Browse files Browse the repository at this point in the history
`pixi` can be installed with `pacman` now!
  • Loading branch information
orhun authored Jan 11, 2024
1 parent 6a5a72a commit 6cc23f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ You might need to restart your terminal or source your shell for the changes to

#### Arch Linux

`pixi` is also available [in the AUR](https://aur.archlinux.org/packages/pixi). If you're using `paru`:
You can install `pixi` from the [extra repository](https://archlinux.org/packages/extra/x86_64/pixi/) using [pacman](https://wiki.archlinux.org/title/Pacman):

```sh
paru -S pixi
pacman -S pixi
```

## Windows
Expand Down

0 comments on commit 6cc23f0

Please sign in to comment.