Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 23, 2024
1 parent 7d0e330 commit 84fa326
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,25 @@ Pocketenv is a simple and lightweight tool to manage development workspace envir
## 🚚 Installation

With Deno:

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

With Bash:

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

With Nix:

```bash
nix profile install --experimental-features "nix-command flakes" github:pocketenv-io/pocketenv
```

Or download the binary from the [releases page](https://github.com/pcoketenv-io/pocketenv/releases) and add it to your PATH.

> [!TIP]
> * Quickly create a new workspace with `pocketenv init` and `pocketenv up` command.
Expand Down

0 comments on commit 84fa326

Please sign in to comment.