summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorBrandon Bertelsen <brandon@bertelsen.ca>2013-12-22 14:07:14 -0500
committerBrandon Bertelsen <brandon@bertelsen.ca>2013-12-22 14:07:14 -0500
commit245acde7b475adafe969e837a5612b9f2bafacbb (patch)
tree8c7865c001cc3d908fadd4dc8eb721c2c29904cc /help
parentcd45d101347d545cd436a30cf35288190104e652 (diff)
Correct git clone code in help file
Previous code was for users who had public keys set.
Diffstat (limited to 'help')
-rw-r--r--help/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/index.html b/help/index.html
index 00afadcc..1432a907 100644
--- a/help/index.html
+++ b/help/index.html
@@ -99,7 +99,7 @@
<h1 id="customization">Customization</h1>
<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>git clone https://github.com/thomaspark/bootswatch.git</code></p></li>
<li><p><code>npm 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>
@@ -159,4 +159,4 @@
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</body>
-</html> \ No newline at end of file
+</html>