-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f520f81
commit 892392a
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ Requirements: a UNIX system, recent versions of NodeJS and Yarn. | |
The first step is to install `powar_init` globally with Deno: | ||
|
||
```sh | ||
$ deno install --allow-read --allow-run https://deno.land/x/[email protected].2/powar_init.ts | ||
$ deno install --allow-read --allow-run https://deno.land/x/[email protected].3/powar_init.ts | ||
``` | ||
|
||
Then, create a new Powar project (where `powar_init` should be replaced by the | ||
|
@@ -96,4 +96,4 @@ To see all the available command-line arguments for `powar_init`, run | |
`powar_init -h`. | ||
|
||
All available API functions provided by `powar` are documented | ||
[here](https://deno.land/x/[email protected].2/api.ts?s=CommonApi). | ||
[here](https://deno.land/x/[email protected].3/api.ts?s=CommonApi). |
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 |
---|---|---|
@@ -1 +1 @@ | ||
export * as powar from " https://deno.land/x/[email protected].2/mod.ts"; | ||
export * as powar from " https://deno.land/x/[email protected].3/mod.ts"; |