Skip to content

Commit

Permalink
Update run command to perform a full reload
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Nov 23, 2023
1 parent 29fdfa3 commit db892d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cannot.
Just run the following command in Terminal:

```sh
curl -fsSL https://cdn.jsdelivr.net/gh/toebeann/gib/bootstrap.sh | sh && PATH="$HOME/.deno/bin:$PATH" && deno run --allow-env --allow-run=deno,plutil,pbcopy,/bin/sh,open --allow-read --allow-sys=osRelease,uid --allow-write --reload=https://cdn.jsdelivr.net/gh/toebeann/gib/mod.ts https://cdn.jsdelivr.net/gh/toebeann/gib/mod.ts
curl -fsSL https://cdn.jsdelivr.net/gh/toebeann/gib/bootstrap.sh | sh && PATH="$HOME/.deno/bin:$PATH" && deno run --allow-env --allow-run=deno,plutil,pbcopy,/bin/sh,open --allow-read --allow-sys=osRelease,uid --allow-write --reload https://cdn.jsdelivr.net/gh/toebeann/gib/mod.ts
```

If you get stuck, refer to the below [walkthrough](#walkthrough).
Expand Down
3 changes: 1 addition & 2 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
* PATH="$HOME/.deno/bin:$PATH" && deno run --allow-env
* --allow-run=deno,plutil,pbcopy,/bin/sh,open --allow-read
* --allow-sys=osRelease,uid --allow-write
* --reload=https://cdn.jsdelivr.net/gh/toebeann/gib/mod.ts
* https://cdn.jsdelivr.net/gh/toebeann/gib/mod.ts
* --reload https://cdn.jsdelivr.net/gh/toebeann/gib/mod.ts
*
******************************************************************************
*
Expand Down

0 comments on commit db892d9

Please sign in to comment.