aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradityarajagopal <adityarajagopal@github.com>2021-11-09 11:53:22 +0000
committeradityarajagopal <adityarajagopal@github.com>2021-11-09 11:53:22 +0000
commitca8b0b0a1fa608784aa91885cf52a3252d26d119 (patch)
tree6215b5682567df694e88056f37bc4ce0418154e9
parent7976adb34034807e9162eb4da2a1d743e098284c (diff)
downloadgsa-parser-ca8b0b0a1fa608784aa91885cf52a3252d26d119.tar.gz
gsa-parser-ca8b0b0a1fa608784aa91885cf52a3252d26d119.zip
updated README with complete nix installation instructions
-rw-r--r--README.md4
1 files 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 <project_path_on_host>:<project_path_on_image> 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