aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Wakefield <wakefield@wehi.edu.au>2021-01-19 11:28:09 +1100
committerJustin Bedő <cu@cua0.org>2021-01-19 01:35:22 +0000
commit429764eb2a2913a6288221ece11d6ddc63a29f97 (patch)
treec361a747f0ba68b86080084bde98af77f989de04 /README.md
parent92d6a00f95b0cb7e0c643489c97109acdce196b9 (diff)
Update README.md
correct install string for Nix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fccb62e..1310b02 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ contributing (see bottom of this page).
BioNix requires no dependencies beyond [Nix](http://nixos.org/nix),
which may be installed by:
```{sh}
-curl https://nixos.org/nix/install | sh
+curl -L https://nixos.org/nix/install | sh
```
If you do not have root access a variety of [rootless
install](https://nixos.wiki/wiki/Nix_Installation_Guide#Installing_without_root_permissions)