From ca8b0b0a1fa608784aa91885cf52a3252d26d119 Mon Sep 17 00:00:00 2001 From: adityarajagopal Date: Tue, 9 Nov 2021 11:53:22 +0000 Subject: updated README with complete nix installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfc91e4..1e38313 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Create a volume that will be mounted to /nix. It's important it's always mounted to /nix cos that's where the nix gets installed. ```sh docker volume create nix -docker run -itd --name gsa-parser -v nix:/nix ymherklotz/polyhedral:1.0 +docker run -itd --name gsa-parser -v nix:/nix -v : ymherklotz/polyhedral:1.0 ``` Create a temporary user as whom we install nix (it doesn't allow installation as root). @@ -49,7 +49,7 @@ USER=root cachix use jmc USER=root cachix use ymherklotz ``` -Then build the project using: +Then navigate to this project's directory and build the project using: ``` sh nix build -- cgit