Modified:
/wiki/Source.wiki
=======================================
--- /wiki/Source.wiki Wed Mar 9 11:13:53 2011
+++ /wiki/Source.wiki Wed Mar 9 11:26:10 2011
@@ -1,4 +1,27 @@
-Khan Academy's source is hosted on Kiln. We use <a
href="http://hginit.com/">Mercurial</a>.
-
-Our primary website repository:
https://khanacademy.kilnhg.com/Repo/Website/Group/stable
-All of our repositories: https://khanacademy.kilnhg.com
+=Khan Academy's source is stored in Mercurial and hosted on Kiln.=
+
+All of our code is available in the repositories at
https://khanacademy.kilnhg.com
+
+==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.
+
+For Windows users who have Kiln accounts, we recommend using the <a
href="https://khanacademy.kilnhg.com/Tools/Downloads/KilnClient">Kiln
Client</a>.
+
+For Windows users without Kiln accounts, we recommend using <a
href="http://tortoisehg.bitbucket.org/">TortoiseHg</a>.
+
+For Mac/*nix users, we recommend <a
href="http://jasonfharris.com/machg/">MacHg</a>, <a
href="http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/">Murky</a>,
or <a href="http://www.sourcetreeapp.com/home">SourceTree</a>.
+
+===IDE Integration===
+
+There are some handy Mercurial integration tools for <a
href="http://kiln.stackexchange.com/search?q=[integration]+visual%20studio">Visual
Studio</a> and <a
href="http://kiln.stackexchange.com/search?q=[integration]+eclipse">Eclipse</a>
users.