mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-14 10:45:06 +02:00
Fix usage of "it's" in example comment for chapel
This commit is contained in:
@@ -1074,14 +1074,14 @@ Installing the Compiler
|
|||||||
|
|
||||||
Chapel can be built and installed on your average 'nix machine (and cygwin).
|
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/)
|
[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`
|
1. `tar -xvf chapel-1.11.0.tar.gz`
|
||||||
2. `cd chapel-1.11.0`
|
2. `cd chapel-1.11.0`
|
||||||
3. `make`
|
3. `make`
|
||||||
4. `source util/setchplenv.bash # or .sh or .csh or .fish`
|
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
|
Chapel is easily installed with Brew for OS X
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user