summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxetroy <troy450409405@gmail.com>2019-06-16 23:45:40 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-06-16 08:45:40 -0700
commitba180f346030f82ae439abc68902310a8ecf4ca4 (patch)
treee971e69a3047b776a98c6a7cf94a9aa79e0b12b8
parent82884fecd5e06af74e0f5659c3e4381294ca928c (diff)
fix installer readme (denoland/deno_std#495)
Original: https://github.com/denoland/deno_std/commit/aa628cb926078375c3164711e49af1bd71825983
-rw-r--r--installer/README.md3
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`