summaryrefslogtreecommitdiffhomepage
path: root/chapel.html.markdown
diff options
context:
space:
mode:
authorIan Bertolacci <ian.bertolacci@gmail.com>2015-07-17 10:31:32 -0700
committerIan Bertolacci <ian.bertolacci@gmail.com>2015-07-17 10:31:32 -0700
commit6a54bca6ee74486b6eddadec17b6fc7f0c8bf43b (patch)
tree28cf445d161fcee339ae19411729666252858562 /chapel.html.markdown
parente7fe0b267a4c11136f4703493206d5862fa0fb76 (diff)
Capitalization, Chapel Directory.
Diffstat (limited to 'chapel.html.markdown')
-rw-r--r--chapel.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown
index b03aee7b..fb54d5a1 100644
--- a/chapel.html.markdown
+++ b/chapel.html.markdown
@@ -797,7 +797,7 @@ and its as easy as
3. `make`
4. `source util/setchplenv.bash # or .sh or .csh or .fish`
-You will need to `source util/setchplenv.EXT` from the chapel directory every time your terminal starts so its suggested that you drop that command in a script that will get executed on startup (like .bashrc).
+You will need to `source util/setchplenv.EXT` from within the Chapel directory (`$CHPL_HOME`) every time your terminal starts so its suggested that you drop that command in a script that will get executed on startup (like .bashrc).
Chapel is easily installed with Brew for OS X
1. `brew update`