From 892c279ac48852058cc079fc6be49f83516a6457 Mon Sep 17 00:00:00 2001 From: adityarajagopal Date: Tue, 9 Nov 2021 11:53:35 +0000 Subject: updated README with complete nix installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ymherklotz/polyhedral:1.0 -- cgit