diff options
-rw-r--r-- | help/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/index.html b/help/index.html index 5460bb0b..87c79e3c 100644 --- a/help/index.html +++ b/help/index.html @@ -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> |