From e2f2d0bfaddbb31120424f5dc96e9fad2883791f Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 6 Jul 2015 19:16:59 -0600 Subject: [PATCH] Add a bit to the README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e043f48..55ffe6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# FontFace +FontFace +======== + Watch Face for Pebble, like the built-in "Simplicity", but with a better font. @@ -6,3 +8,20 @@ This project actually builds a whole lot of .pbw files, each with the same functionality but different appearance. I like fonts, okay. + +Building +-------- + +The `pebble` SDK tool makes a lot of assumptions +about how your directory is set up. +In order to build multiple projects from the same source tree, +I created a `build.sh` script, +which shuffles things into the right places, +runs `pebble build`, +then renames the generated files. + +You can also use `build.sh` +to experiment with new fonts. +Simply drop the `-Regular` and `-Bold` variants +of your font into `resources/fonts`, +and run `build.sh $FONTNAME`.