update cli install with sudo

This commit is contained in:
Maidul Islam
2022-11-22 09:36:24 -05:00
parent fd3734192c
commit 76f9e3e856

View File

@@ -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
```
</Tab>
@@ -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
```
</Tab>
@@ -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
```
</Tab>