mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
parent
82884fecd5
commit
ba180f3460
1 changed files with 1 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue