From cf8c7d280e7bcaee1f1e979285b4a63115630b7e Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Fri, 27 May 2022 03:59:09 +0300 Subject: [PATCH] updated missing links --- README.md | 4 ++-- prelude.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d927072..6348f2e 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ curl -fsSL https://deno.land/x/install/install.sh | sh The `complete.ts` script installs each parts. ```sh -deno run -A [URL] +deno run -A "https://raw.githubusercontent.com/MajorBarnulf/mbztr/main/complete.ts" ``` ### With the prelude ```sh -curl -fsSL [URL] | sh +curl -fsSL "https://raw.githubusercontent.com/MajorBarnulf/mbztr/main/prelude.sh" | sh ``` diff --git a/prelude.sh b/prelude.sh index 563d6ec..8036b82 100644 --- a/prelude.sh +++ b/prelude.sh @@ -8,5 +8,5 @@ export DENO_INSTALL="~/.deno" export PATH="$DENO_INSTALL/bin:$PATH" # indications -echo "run with : -deno -A \"[URL]\"" +echo "# run with : +deno run -A \"https://raw.githubusercontent.com/MajorBarnulf/mbztr/main/complete.ts\""