diff options
-rw-r--r-- | installer/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/README.md b/installer/README.md index 309364fbc..7c7e9e5a7 100644 --- a/installer/README.md +++ b/installer/README.md @@ -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` |