aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e38313..fa6bac0 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ The latest version of ymherklotz/polyhedral:1.0 has some of the config files you
But nix is big so we need to use docker volumes and install it once with the follwing steps.
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.
+It's important it's always mounted to /nix cos that's where nix gets installed.
```sh
docker volume create nix
docker run -itd --name gsa-parser -v nix:/nix -v <project_path_on_host>:<project_path_on_image> ymherklotz/polyhedral:1.0