summaryrefslogtreecommitdiff
path: root/std/installer/README.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-09 17:22:22 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-10-09 17:22:22 -0400
commit93f7f00c956c14620ef031626f124b57397ca867 (patch)
treec5a9f536e79d2c8d2d02897511a9138acaf35394 /std/installer/README.md
parent28293acd9c12a94f5d769706291032e844c7b92b (diff)
Run deno_std tests in github actions
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