instructor.md: Move README.md to instructor.md
authorW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 05:39:10 +0000 (22:39 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 05:39:10 +0000 (22:39 -0700)
This is instructor-facing content.  We still need an inspirational
blurb for the student-facing README.

instructor.md [moved from README.md with 50% similarity]

similarity index 50%
rename from README.md
rename to instructor.md
index 716d761aaa8c42860424663b96f6b83595a196f2..f9c27ecda5f53409703472d046c5d2128ac95300 100644 (file)
--- a/README.md
@@ -11,5 +11,31 @@ This repository is also used to store material specific to boot
 camps. Refer to the [wiki][] for instructions on making your own boot
 camp branch and/or making a boot camp website.
 
+Subject choices
+===============
+
+There are many subjects taught in Software Carpentry boot camps,
+mostly culled from the [best practices paper][best-practices].
+branches for some of them.  Possible choices:
+
+version-control
+---------------
+
+* `git://github.com/wking/swc-boot-camps.git version-control`
+
+Auxiliary branches
+==================
+
+There are also a few other branches that are useful for boot camps,
+but not subjects that we officially teach.
+
+Setup
+-----
+
+* `git://github.com/wking/swc-boot-camps.git installation-test`
+* `git://github.com/wking/swc-boot-camps.git windows-installer`
+* `git://github.com/wking/swc-boot-camps.git get-my-ip`
+
 [contrib]: https://github.com/swcarpentry/boot-camps/blob/master/CONTRIBUTING.md
 [wiki]: https://github.com/swcarpentry/boot-camps/wiki
+[best-practices]: http://arxiv.org/abs/1210.0530