From 377902664bce113852c15591ac5b8723af10b1d6 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Mon, 28 Sep 2020 21:30:30 +0300 Subject: [PATCH] README: Prequisites: m upd: rephrase --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b2d384..fb9d133 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ Haskell parser, evaluator and type checker for the Nix language. ## Prerequisites - -Nix is installed and in your `$PATH`. This is so that `nix-store` can be used -for interacting with store paths, until `hnix-store` is ready. +Until `hnix-store` is ready, `nix-store` is still used for interacting with store paths, so HNix still requires Nix to be installed and available through `$PATH`. ## Getting Started