diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-26 02:14:09 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-26 02:14:09 -0400 |
commit | 1b618f56016ee37d00c4105c73fb127025dd3d0e (patch) | |
tree | 3cbbb80314d2e8863f2bec3ca94eb05258cbafd0 /help/index.html | |
parent | 7c146c60e2a32c41d7eda846ea048c595028a490 (diff) |
clarify customization instructions with git and node links
Diffstat (limited to 'help/index.html')
-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> |