summaryrefslogtreecommitdiffhomepage
path: root/chapel.html.markdown
diff options
context:
space:
mode:
authorIan Bertolacci <ian.bertolacci@gmail.com>2015-07-12 16:45:18 -0700
committerIan Bertolacci <ian.bertolacci@gmail.com>2015-07-12 16:45:18 -0700
commitcbbb833445e0e2b6223ce1c30943ed92ebc87ad7 (patch)
tree6bfe5711a9b5b3b1c200eb05ad2955e69aa81f67 /chapel.html.markdown
parent2ba9af4b85de0a2214d3c4de0f1509440a41adef (diff)
List formatting
Lists needed a space before numbers to actually become html list formatted.
Diffstat (limited to 'chapel.html.markdown')
-rw-r--r--chapel.html.markdown12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown
index 01826a9c..9005b05f 100644
--- a/chapel.html.markdown
+++ b/chapel.html.markdown
@@ -29,18 +29,18 @@ Installing the Compiler
Chapel can be built and installed on your average 'nix machine (and cygwin).
Download the latest release version from https://github.com/chapel-lang/chapel/releases/
and its 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```
+ 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.*``` 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).
Chapel is easily installed with Brew for OS X
-1. ```brew update```
-2. ```brew install chapel```
+ 1. ```brew update```
+ 2. ```brew install chapel```
Who is this tutorial for?
-------------------------