update cli install with sudo

pull/27/head
Maidul Islam 2 years ago
parent fd3734192c
commit 76f9e3e856

@ -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>

Loading…
Cancel
Save