summaryrefslogtreecommitdiff
path: root/std/installer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/installer/README.md')
-rw-r--r--std/installer/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/std/installer/README.md b/std/installer/README.md
index b3bd18563..f78c86e91 100644
--- a/std/installer/README.md
+++ b/std/installer/README.md
@@ -39,7 +39,8 @@ HTTP server listening on http://0.0.0.0:4500/
## Custom installation directory
-By default installer uses `~/.deno/bin` to store installed scripts so make sure it's in your `$PATH`.
+By default installer uses `~/.deno/bin` to store installed scripts so make sure
+it's in your `$PATH`.
```
echo 'export PATH="$HOME/.deno/bin:$PATH"' >> ~/.bashrc # change this to your shell