diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-12-23 08:56:18 -0800 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-12-23 08:56:18 -0800 |
commit | 046a20a5adabc15b6f910c2f3f66bb48a83067b7 (patch) | |
tree | 8c7865c001cc3d908fadd4dc8eb721c2c29904cc /help/index.html | |
parent | cd45d101347d545cd436a30cf35288190104e652 (diff) | |
parent | 245acde7b475adafe969e837a5612b9f2bafacbb (diff) |
Merge pull request #184 from 1beb/patch-2
Correct git clone code in help file
Diffstat (limited to 'help/index.html')
-rw-r--r-- | help/index.html | 4 |
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> |