diff options
-rw-r--r-- | INSTALL.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -75,10 +75,10 @@ To install the Nix components of *TWEED*, first install Nix. Follow the installation procedure shown on the [Nix website](http://nixos.org/nix/download.html). -By default, Nix modifies the users .bashrc file to automatically set up the Nix -environment for new invocations of the shell. Should the user prefer, these -lines can be commented out and a shell function defined to set up the -environment: +By default, Nix modifies the users .bash_profile file to automatically set up +the Nix environment for new invocations of the shell. Should the user prefer, +these lines can be commented out and a shell function defined in the .bashrc +file instead: startNix () { # set Nix environment variables |