diff --git a/docs/getting-started/cli/installation.mdx b/docs/getting-started/cli/installation.mdx index 229f31cb9..5506c6aa0 100644 --- a/docs/getting-started/cli/installation.mdx +++ b/docs/getting-started/cli/installation.mdx @@ -59,7 +59,7 @@ Follow the guide for your OS below to install the CLI. Then install CLI ```bash - $ apk update && apk add infisical + $ sudo apk update && sudo apk add infisical ``` @@ -73,7 +73,7 @@ Follow the guide for your OS below to install the CLI. Then install CLI ```bash - $ yum install infisical + $ sudo yum install infisical ``` @@ -88,7 +88,7 @@ Follow the guide for your OS below to install the CLI. Then install CLI ```bash - $ apt-get update && apt-get install -y infisical + $ sudo apt-get update && sudo apt-get install -y infisical ```