Skip to content

Commit

Permalink
fix installer readme (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy authored and ry committed Jun 16, 2019
1 parent 33bc3db commit aa628cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

Install remote or local script as executables.

````
## Installation

`installer` can be install using iteself:

```sh
deno -A https://deno.land/std/installer/mod.ts deno_installer https://deno.land/std/installer/mod.ts -A
````
```

Installer uses `~/.deno/bin` to store installed scripts so make sure it's in `$PATH`

Expand Down

0 comments on commit aa628cb

Please sign in to comment.