diff --git a/README.md b/README.md index 64c13fc..2d316ee 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,3 @@ Since the original watchface is **NOT** open source, this "port" could be more a - Add more Maan art (see [this gallery](https://www.flickr.com/photos/53297919@N04/albums/72157624708812279) for potential candidates) - Potential light mode (don't hold your breath - I'm still not sure this would look good and I don't like the idea of having settings) - Black&white support if I get bored or Pebble releases a modern b&w watch (Flint doesn't count) - -# Development -1. Install the [Pebble SDK](https://developer.repebble.com/sdk/) -2. Clone this repo -3. `pebble build` (some headers needed to satisfy your IDE are generated on first build) -4. If using `clangd`, run `./tools/clangd.zsh` to generate a `.clangd` file to fix various error notifications -5. Hack away and test with `pebble build && pebble install --emulator emery`