Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 24, 2024
1 parent 16d68ce commit eb05c86
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,22 @@ Pocketenv is a simple and lightweight tool to manage development workspace envir
## 🚚 Installation

With Deno:
With Bash:

```bash
deno install -A -r https://cli.pocketenv.io -n pocketenv
curl -fsSL https://cli.pocketenv.io | bash
```

With Bash:
With [Homebrew](https://brew.sh/) (macOS/Linux):

```sh
brew install pocketenv-io/tap/pocketenv
```

With Deno:

```bash
curl -fsSL https://cli.pocketenv.io | bash
deno install -A -r https://cli.pocketenv.io -n pocketenv
```

With Nix:
Expand Down

0 comments on commit eb05c86

Please sign in to comment.