aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradityarajagopal <adityarajagopal@github.com>2021-11-09 11:53:35 +0000
committeradityarajagopal <adityarajagopal@github.com>2021-11-09 11:53:35 +0000
commit892c279ac48852058cc079fc6be49f83516a6457 (patch)
tree376cdc2db3519596e9678afac73451df89df8b97
parentca8b0b0a1fa608784aa91885cf52a3252d26d119 (diff)
downloadgsa-parser-892c279ac48852058cc079fc6be49f83516a6457.tar.gz
gsa-parser-892c279ac48852058cc079fc6be49f83516a6457.zip
updated README with complete nix installation instructions
-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