From ba180f346030f82ae439abc68902310a8ecf4ca4 Mon Sep 17 00:00:00 2001 From: Axetroy Date: Sun, 16 Jun 2019 23:45:40 +0800 Subject: [PATCH] fix installer readme (denoland/deno_std#495) Original: https://github.com/denoland/deno_std/commit/aa628cb926078375c3164711e49af1bd71825983 --- installer/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/README.md b/installer/README.md index 309364fbcf..7c7e9e5a79 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`