updated missing links
This commit is contained in:
parent
cd6c889124
commit
cf8c7d280e
2 changed files with 4 additions and 4 deletions
|
@ -19,11 +19,11 @@ curl -fsSL https://deno.land/x/install/install.sh | sh
|
||||||
The `complete.ts` script installs each parts.
|
The `complete.ts` script installs each parts.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
deno run -A [URL]
|
deno run -A "https://raw.githubusercontent.com/MajorBarnulf/mbztr/main/complete.ts"
|
||||||
```
|
```
|
||||||
|
|
||||||
### With the prelude
|
### With the prelude
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL [URL] | sh
|
curl -fsSL "https://raw.githubusercontent.com/MajorBarnulf/mbztr/main/prelude.sh" | sh
|
||||||
```
|
```
|
||||||
|
|
|
@ -8,5 +8,5 @@ export DENO_INSTALL="~/.deno"
|
||||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||||
|
|
||||||
# indications
|
# indications
|
||||||
echo "run with :
|
echo "# run with :
|
||||||
deno -A \"[URL]\""
|
deno run -A \"https://raw.githubusercontent.com/MajorBarnulf/mbztr/main/complete.ts\""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue