diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-04 20:31:16 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-04 20:31:16 +0200 |
commit | a6e30fcd969f4a0f5fe2d52b3b5eb5abfb2700e7 (patch) | |
tree | 9f8a5bb6f425b98e09e93fee99a96fb7948efabd /chapel.html.markdown | |
parent | 8d3d000c636a32554d505007cb8128852075ca3f (diff) | |
parent | eb35f7748a11e04f15cb9901a86702f881155b14 (diff) |
Merge pull request #1324 from dstockto/chapel-grammar
Fix usage of "it's" in example comment for chapel
Diffstat (limited to 'chapel.html.markdown')
-rw-r--r-- | chapel.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown index c8489371..05e5b867 100644 --- a/chapel.html.markdown +++ b/chapel.html.markdown @@ -1074,14 +1074,14 @@ Installing the Compiler Chapel can be built and installed on your average 'nix machine (and cygwin). [Download the latest release version](https://github.com/chapel-lang/chapel/releases/) -and its as easy as +and it's as easy as 1. `tar -xvf chapel-1.11.0.tar.gz` 2. `cd chapel-1.11.0` 3. `make` 4. `source util/setchplenv.bash # or .sh or .csh or .fish` -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). +You will need to `source util/setchplenv.EXT` from within the Chapel directory (`$CHPL_HOME`) every time your terminal starts so it's 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 @@ -1100,4 +1100,4 @@ Notable arguments: * `--fast`: enables a number of optimizations and disables array bounds checks. Should only enable when application is stable. * `--set <Symbol Name>=<Value>`: set config param `<Symbol Name>` to `<Value>` at compile-time. * `--main-module <Module Name>`: use the main() procedure found in the module `<Module Name>` as the executable's main. - * `--module-dir <Directory>`: includes `<Directory>` in the module search path.
\ No newline at end of file + * `--module-dir <Directory>`: includes `<Directory>` in the module search path. |