1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00

fix installer readme (denoland/deno_std#495)

Original: aa628cb926
This commit is contained in:
Axetroy 2019-06-16 23:45:40 +08:00 committed by Ryan Dahl
parent 82884fecd5
commit ba180f3460

View file

@ -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`