From 90829e2409d05b1b19f4a9ec2e96b94ecaecd5b0 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 18 Jun 2020 15:22:35 +0000 Subject: [PATCH] Follow redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43fe9f8..594fde8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ out-of-tree is for automating some routine actions for creating development envi $ curl -fsSL https://get.docker.com | sh $ sudo usermod -aG docker user && newgrp docker - $ curl https://nixos.org/nix/install | sh + $ curl -L https://nixos.org/nix/install | sh $ nix-env -iA nixpkgs.out-of-tree Note that adding a user to group *docker* has serious security implications. Check Docker documentation for more information.