Modified:
/wiki/Source.wiki
=======================================
--- /wiki/Source.wiki Wed Mar 9 11:27:30 2011
+++ /wiki/Source.wiki Wed Mar 9 11:35:30 2011
@@ -4,17 +4,22 @@
==To clone our primary repository:==
-Anybody may clone our repository anonymously. You'll need Kiln credentials
to push any changes.
-
-===Command Line===
-
-The following command will create a clone of our primary repository in a
folder called {{{khanacademy-stable}}}:
-
-{{{hg clone https://khanacademy.kilnhg.com/Repo/Website/Group/stable
khanacademy-stable}}}
-
-===GUI Clients===
-
-You can use any graphical Mercurial client instead of the command line, if
you prefer.
+Anybody may clone our repositories anonymously.
+
+1. You'll need the Mercurial command line client or a GUI client to clone
the repository (see below).
+2. You'll need Kiln credentials to push any changes.
+
+===Command Line Client===
+
+You can install the basic Mercurial command line client from <a
href="http://mercurial.selenic.com/">http://mercurial.selenic.com</a>.
+
+The following command will create a clone of our primary repository in a
folder called `khanacademy-stable`:
+
+`hg clone https://khanacademy.kilnhg.com/Repo/Website/Group/stable
khanacademy-stable`
+
+===Graphical Clients===
+
+If you prefer, you can use any graphical Mercurial client instead of the
command line.
For Windows users who have Kiln accounts, we recommend using the <a
href="https://khanacademy.kilnhg.com/Tools/Downloads/KilnClient">Kiln
Client</a>.