-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused dependency. Add flag -g when installing/upgrading.
- Loading branch information
Showing
9 changed files
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ _For detailed documentation, visit [pup.56k.guru](https://pup.56k.guru)._ | |
|
||
### Installation | ||
|
||
To install Pup, open your terminal and execute the following command: | ||
To install Pup, make sure you run the latest version of Deno (`deno upgrade`), then open your terminal and execute the following command: | ||
|
||
```bash | ||
deno run -Ar jsr:@pup/[email protected] setup --channel prerelease | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,20 @@ | |
"canary_url": "https://raw.githubusercontent.com/Hexagon/pup/main/pup.ts", | ||
"stable": [], | ||
"prerelease": [ | ||
{ | ||
"version": "1.0.0-rc.38", | ||
"url": "jsr:@pup/[email protected]", | ||
"deno": null, | ||
"deno_unstable": "1.43.0", | ||
"default_permissions": [ | ||
"--allow-env", | ||
"--allow-read", | ||
"--allow-write", | ||
"--allow-sys=loadavg,systemMemoryInfo,osUptime,osRelease,uid,gid", | ||
"--allow-net", | ||
"--allow-run" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.0-rc.37", | ||
"url": "jsr:@pup/[email protected]", | ||
|