install docs for arch linux

This commit is contained in:
Maidul Islam
2022-12-26 20:34:05 -05:00
parent 2473ad03fa
commit 91dbbee9db

View File

@@ -88,6 +88,14 @@ The Infisical CLI provides a way to inject environment variables from the platfo
sudo apt-get update && sudo apt-get install -y infisical
```
</Tab>
<Tab title="Arch Linux">
Use the `yay` package manager to install from the [Arch User Repository](https://aur.archlinux.org/packages/infisical-bin)
```bash
yay -S infisical-bin
```
</Tab>
</Tabs>