From dbfc000cb34efb87693493456481ae0aa843ffe9 Mon Sep 17 00:00:00 2001 From: "Eddie Monge Jr." Date: Tue, 18 Oct 2011 20:23:55 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 277ac41f..2a6ede9d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ theme's name. For testing locally, make sure the index.php file is copied as wel 2. Edit the `jquery.mobile.theme.css` file so it contains your custom fonts and colors. 3. Once you are done editing your files and saving them, open a terminal. 4. Navigate to the jQuery-Mobile folder's root. -5. Run +5. Run the following command to build jQuery-Mobile. The CSSTHEME specifies what theme to include. If you leave it off, +it will build using the "default" theme. make CSSTHEME=YourThemeName