aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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