Skip to content

Commit

Permalink
docs: added NPM install option
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 12, 2024
1 parent 8cfc217 commit 93c0313
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions docs/cli/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can use it across various environments, whether it's local development, CI/C
## Installation

<Tabs>
<Tab title="MacOS">
<Tab title="MacOS">
Use [brew](https://brew.sh/) package manager

```bash
Expand All @@ -21,9 +21,8 @@ You can use it across various environments, whether it's local development, CI/C
```bash
brew update && brew upgrade infisical
```

</Tab>
<Tab title="Windows">
</Tab>
<Tab title="Windows">
Use [Scoop](https://scoop.sh/) package manager

```bash
Expand All @@ -40,7 +39,20 @@ You can use it across various environments, whether it's local development, CI/C
scoop update infisical
```

</Tab>
</Tab>
<Tab title="NPM">
Use [NPM](https://www.npmjs.com/) package manager

```bash
npm install -g @infisical/cli
```

### Updates

```bash
npm update -g @infisical/cli
```
</Tab>
<Tab title="Alpine">
Install prerequisite
```bash
Expand Down

0 comments on commit 93c0313

Please sign in to comment.