docs(readme): add instructions for installing on Arch Linux (#1765)

## Summary

I packaged `uv` in the official repositories:
https://archlinux.org/packages/extra/x86_64/uv/

This PR simply updates README.md to add the instructions to install the
package.

## Test Plan

None.
This commit is contained in:
Orhun Parmaksız 2024-02-20 17:33:56 +01:00 committed by GitHub
parent 8bcb998af1
commit 25f0157f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,9 @@ pipx install uv
# With Homebrew.
brew install uv
# With Pacman.
pacman -S uv
```
To create a virtual environment: