diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-21 14:12:03 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-21 14:12:03 -0400 |
commit | 7c146c60e2a32c41d7eda846ea048c595028a490 (patch) | |
tree | d220c2b58f2eb5d51f3bc1301fa3c8ba488fbf9d /help | |
parent | 1827645a82259230f45aa8f9f18cc7ccb51a9e77 (diff) |
help: remove bower install step since bower components are committed, see #147
Diffstat (limited to 'help')
-rw-r--r-- | help/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/help/index.html b/help/index.html index 29fbb3a6..5460bb0b 100644 --- a/help/index.html +++ b/help/index.html @@ -101,7 +101,6 @@ <ol> <li><p><code>git clone git@github.com:thomaspark/bootswatch.git</code></p></li> <li><p><code>npm install</code></p></li> - <li><p><code>bower install</code></p></li> <li> <p>Edit <code>variables.less</code> and <code>bootswatch.less</code> in one of the theme directories, or create your own in <code>/custom</code>.</p> </li> |