aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-10 12:37:14 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-10 12:37:14 +0100
commit6d6da68ecee9e2b66c9df7a324f165858990ee00 (patch)
tree53d44cf9f391acd542300ecb0452836e40228d64
parent4b22e48287b4ca44d0d6b2f51223170473fc9f62 (diff)
downloadtweed-6d6da68ecee9e2b66c9df7a324f165858990ee00.tar.gz
add reference to .bash_profile in Nix installation
-rw-r--r--INSTALL.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index dccad2c..d268dc1 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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