From e385e252cc6627eda9a07ac41abec256458f8d7b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 8 Mar 2020 19:53:05 +0000 Subject: [PATCH] blog/howistartnix: more word variety --- blog/how-i-start-nix-2020-03-08.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/how-i-start-nix-2020-03-08.markdown b/blog/how-i-start-nix-2020-03-08.markdown index c5cf833..282096b 100644 --- a/blog/how-i-start-nix-2020-03-08.markdown +++ b/blog/how-i-start-nix-2020-03-08.markdown @@ -34,7 +34,7 @@ $ curl https://nixos.org/nix/install | sh ``` This will prompt you for more information as it goes on, so be sure to follow -the instructions carefully. Once it is done, close and re-open your shell. Once +the instructions carefully. Once it is done, close and re-open your shell. After you have done this, `nix-env` should exist in your shell. Try to run it: ```console