Skip to content

Commit

Permalink
update cli install with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Nov 22, 2022
1 parent fd37341 commit 76f9e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/cli/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 76f9e3e

Please sign in to comment.