From 2f9beeea2be48901b89efd69d6f6e2a8dd5757a6 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 5 Feb 2024 18:47:50 +0000 Subject: [PATCH] update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e1a5bcb..b1a20f0 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,7 @@ Pocketenv is a simple and lightweight tool to manage development workspace envir ## 🚚 Installation ```bash - deno install --unstable \ - -A -f -n pocketenv \ - https://cdn.jsdelivr.net/gh/pocketenv-io/pocketenv@main/main.ts + deno install -A -r https://cli.pocketenv.io -n pocketenv ``` > [!TIP]