From 1b618f56016ee37d00c4105c73fb127025dd3d0e Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 26 Aug 2013 02:14:09 -0400 Subject: [PATCH] clarify customization instructions with git and node links --- help/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/index.html b/help/index.html index 5460bb0..87c79e3 100644 --- a/help/index.html +++ b/help/index.html @@ -97,7 +97,7 @@

Using a theme is as easy as downloading a CSS file and replacing the one that comes with Bootstrap.

Customization

-

To modify a theme or create your own, follow the steps below.

+

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. npm install

  3. -- 2.39.2