Skip to content

Commit

Permalink
Merge pull request thomaspark#184 from 1beb/patch-2
Browse files Browse the repository at this point in the history
Correct git clone code in help file
  • Loading branch information
thomaspark committed Dec 23, 2013
2 parents cd45d10 + 245acde commit 046a20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1 id="quickstart">Quick Start</h1>
<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>
Expand Down Expand Up @@ -159,4 +159,4 @@ <h1 id="glyphsearch">GlyphSearch</h1>
!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>
</html>

0 comments on commit 046a20a

Please sign in to comment.