diff options
author | Matthew Wakefield <wakefield@wehi.edu.au> | 2021-01-19 11:28:09 +1100 |
---|---|---|
committer | Justin Bedő <cu@cua0.org> | 2021-01-19 01:35:22 +0000 |
commit | 429764eb2a2913a6288221ece11d6ddc63a29f97 (patch) | |
tree | c361a747f0ba68b86080084bde98af77f989de04 | |
parent | 92d6a00f95b0cb7e0c643489c97109acdce196b9 (diff) |
Update README.md
correct install string for Nix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |