clarify customization instructions with git and node links
authorThomas Park <thomas@thomaspark.me>
Mon, 26 Aug 2013 06:14:09 +0000 (02:14 -0400)
committerThomas Park <thomas@thomaspark.me>
Mon, 26 Aug 2013 06:14:09 +0000 (02:14 -0400)
help/index.html

index 5460bb0..87c79e3 100644 (file)
@@ -97,7 +97,7 @@
             <p>Using a theme is as easy as downloading a CSS file and replacing the one that comes with <a href="http://getbootstrap.com" target="_blank">Bootstrap</a>.</p>
 
             <h1 id="customization">Customization</h1> 
-            <p>To modify a theme or create your own, follow the steps below.</p>
+            <p>To modify a theme or create your own, follow the steps below in your terminal. You'll need to have <a href="https://help.github.com/articles/set-up-git" target="_blank">Git</a> and <a href="http://nodejs.org/" target="_blank">Node</a> installed.</p>
             <ol>
               <li><p><code>git clone git@github.com:thomaspark/bootswatch.git</code></p></li>
               <li><p><code>npm install</code></p></li>