From 91dbbee9db935766f8bf7a570a08b68774b6421c Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 26 Dec 2022 20:34:05 -0500 Subject: [PATCH] install docs for arch linux --- docs/cli/overview.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cli/overview.mdx b/docs/cli/overview.mdx index 144259023..0c998feb4 100644 --- a/docs/cli/overview.mdx +++ b/docs/cli/overview.mdx @@ -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 ``` + + + Use the `yay` package manager to install from the [Arch User Repository](https://aur.archlinux.org/packages/infisical-bin) + + ```bash + yay -S infisical-bin + ``` +