From 245acde7b475adafe969e837a5612b9f2bafacbb Mon Sep 17 00:00:00 2001 From: Brandon Bertelsen Date: Sun, 22 Dec 2013 14:07:14 -0500 Subject: Correct git clone code in help file Previous code was for users who had public keys set. --- help/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help') 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 @@

Customization

To modify a theme or create your own, follow the steps below in your terminal. You'll need to have Git and Node installed.

    -
  1. git clone git@github.com:thomaspark/bootswatch.git

  2. +
  3. git clone https://github.com/thomaspark/bootswatch.git

  4. npm install

  5. Edit variables.less and bootswatch.less in one of the theme directories, or create your own in /custom.

    @@ -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"); - \ No newline at end of file + -- cgit v1.2.3