diff --git a/nix/NixREADME.md b/nix/NixREADME.md index e0058df..eeb0f23 100644 --- a/nix/NixREADME.md +++ b/nix/NixREADME.md @@ -9,7 +9,7 @@ Building Installation --- To install Shunpo using the nix flake, -1. Run `nix install .#shunpo` within the `nix/` directory. +1. Run `nix profile install .#shunpo` within the `nix/` directory. 2. Start a new terminal session and initialize Shunpo by running `source shunpo_init`. 3. If you would like to have Shunpo initialize automatically, run the command below, which will append a line to your `.bashrc` to `source` the initialization file. ```