-
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
ca6b14d
commit 5a5613a
Showing
2 changed files
with
4 additions
and
5 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://github.com/kontheocharis/powar/powar_init.ts | ||
$ deno install --allow-read --allow-run https://deno.land/x/powar@1.0.1/powar_init.ts | ||
``` | ||
|
||
Then, create a new Powar project (where `powar_init` should be replaced by the | ||
|
@@ -95,6 +95,5 @@ Done. | |
To see all the available command-line arguments for `powar_init`, run | ||
`powar_init -h`. | ||
|
||
<!-- TODO: Docs link --> | ||
<!-- All available API functions provided by `powar-ts` are documented in | ||
[here](https://kontheocharis.github.io/powar-ts). --> | ||
All available API functions provided by `powar` are documented in | ||
[here](https://deno.land/x/[email protected]/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 "../mod.ts"; | ||
export * as powar from " https://deno.land/x/[email protected]/mod.ts"; |