updated missing links

This commit is contained in:
JOLIMAITRE Matthieu 2022-05-27 03:59:09 +03:00
parent cd6c889124
commit cf8c7d280e
2 changed files with 4 additions and 4 deletions

View file

@ -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
```

View file

@ -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\""