diff --git a/1_intro.html b/1_intro.html index 8db6de5..452ea80 100644 --- a/1_intro.html +++ b/1_intro.html @@ -255,6 +255,32 @@ p.pic {

The ultimate introduction

+
+
+
+
+
+
+
+
+
Slides
+
+
git clone https://github.com/Araq/oscon2015
+
+
+
+
Download
+
+
http://nim-lang.org/download.html
+
+
+

Installation

git clone -b devel git://github.com/nim-lang/Nim.git
+cd Nim
+git clone -b devel --depth 1 git://github.com/nim-lang/csources
+cd csources && sh build.sh
+cd ..
+bin/nim c koch
+./koch boot -d:release
@@ -299,16 +325,6 @@ p.pic { Githubhttps://github.com/Araq/Nim IRCirc.freenode.net/nim -
-
-

Installation

git clone -b devel git://github.com/nim-lang/Nim.git
-cd Nim
-git clone -b devel --depth 1 git://github.com/nim-lang/csources
-cd csources && sh build.sh
-cd ..
-bin/nim c koch
-./koch boot -d:release
-

Hello World

echo "hello world!"
diff --git a/1_intro.rst b/1_intro.rst index a79d3f5..109cf37 100644 --- a/1_intro.rst +++ b/1_intro.rst @@ -3,6 +3,40 @@ ============================================================ +.. raw:: html +
+
+
+
+
+
+
+
+
Slides
+
+
git clone https://github.com/Araq/oscon2015
+
+
+
+
Download
+
+
http://nim-lang.org/download.html
+ + + +Installation +============ + +:: + git clone -b devel git://github.com/nim-lang/Nim.git + cd Nim + git clone -b devel --depth 1 git://github.com/nim-lang/csources + cd csources && sh build.sh + cd .. + bin/nim c koch + ./koch boot -d:release + + What is Nim? ============ @@ -59,6 +93,7 @@ Uses of Nim - scripting + URLs ==== @@ -72,21 +107,6 @@ IRC irc.freenode.net/nim - -Installation -============ - -:: - git clone -b devel git://github.com/nim-lang/Nim.git - cd Nim - git clone -b devel --depth 1 git://github.com/nim-lang/csources - cd csources && sh build.sh - cd .. - bin/nim c koch - ./koch boot -d:release - - - Hello World ===========