diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-10-10 12:37:14 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-10-10 12:37:14 +0100 |
commit | 6d6da68ecee9e2b66c9df7a324f165858990ee00 (patch) | |
tree | 53d44cf9f391acd542300ecb0452836e40228d64 | |
parent | 4b22e48287b4ca44d0d6b2f51223170473fc9f62 (diff) | |
download | tweed-6d6da68ecee9e2b66c9df7a324f165858990ee00.tar.gz |
add reference to .bash_profile in Nix installation
-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 |