mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
update cli install with sudo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user