From 84fa3268ff405cfb1cd1c7bae0a5f206a712a030 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Fri, 23 Feb 2024 19:41:36 +0000 Subject: [PATCH] update README --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92820ca..6011dd6 100644 --- a/README.md +++ b/README.md @@ -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.