proper installation instructions

This commit is contained in:
Araq 2015-07-17 11:28:36 +02:00
commit d59324867d
2 changed files with 61 additions and 25 deletions

View file

@ -255,6 +255,32 @@ p.pic {
<div class="slide">
<h1 class="title">The ultimate introduction</h1>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<center><big><big>Slides</big></big></center>
<br />
<center><big><big><big><big>git clone https://github.com/Araq/oscon2015</big></big></big></big></center>
<br />
<br />
<br />
<center><big><big>Download</big></big></center>
<br />
<center><big><big><big><big><a href="http://nim-lang.org/download.html">http://nim-lang.org/download.html</a></big></big></big></big></center>
</div>
<div class="slide">
<h1 id="installation">Installation</h1><pre>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 &amp;&amp; sh build.sh
cd ..
bin/nim c koch
./koch boot -d:release</pre>
</div>
<div class="slide">
@ -299,16 +325,6 @@ p.pic {
<tr><td>Github</td><td><a class="reference external" href="https://github.com/Araq/Nim">https://github.com/Araq/Nim</a></td></tr>
<tr><td>IRC</td><td>irc.freenode.net/nim</td></tr>
</table>
</div>
<div class="slide">
<h1 id="installation">Installation</h1><pre>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 &amp;&amp; sh build.sh
cd ..
bin/nim c koch
./koch boot -d:release</pre>
</div>
<div class="slide">
<h1 id="hello-world">Hello World</h1><pre id="listing_1" class="listing"><span class="Identifier">echo</span> <span class="StringLit">&quot;hello world!&quot;</span></pre>

View file

@ -3,6 +3,40 @@
============================================================
.. raw:: html
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<center><big><big>Slides</big></big></center>
<br />
<center><big><big><big><big>git clone https://github.com/Araq/oscon2015</big></big></big></big></center>
<br />
<br />
<br />
<center><big><big>Download</big></big></center>
<br />
<center><big><big><big><big><a href="http://nim-lang.org/download.html">http://nim-lang.org/download.html</a></big></big></big></big></center>
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
===========