Skip to content

Commit

Permalink
Update links to powar
Browse files Browse the repository at this point in the history
  • Loading branch information
kontheocharis committed Aug 6, 2023
1 parent ca6b14d commit 5a5613a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion example/deps.ts
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";

0 comments on commit 5a5613a

Please sign in to comment.