From 7562790d06a1dce31880079db3f410f8ba7ff6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr> Date: Wed, 24 Jan 2024 10:40:39 +0100 Subject: [PATCH] missing instruction in install procedure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e30d0a..7541e4c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ curl -L https://github.com/nix-community/nix-user-chroot/releases/download/1.2. # give exec rights chmod u+x nix-user-chroot # download and install nix -./nix-user-chroot ~/.nix bash -c "curl -L https://nixos.org/nix/install | bash" +mkdir -p ~/.nix && ./nix-user-chroot ~/.nix bash -c "curl -L https://nixos.org/nix/install | bash" # enable cachix mkdir -p ~/.config/nix && cp ~/RM4ES-practicals/util/nix.conf ~/.config/nix # add a line to your bashrc -- GitLab