Updating README

This commit is contained in:
collin 2026-06-21 21:35:13 +02:00
parent 17a11c894a
commit 9c470517ce

View file

@ -1,6 +1,6 @@
# tijd # pebble-tijd
A Pebble watchapp/watchface written in C using the Pebble SDK. A Pebble watchface written to show the *interesting* way of telling the time in Dutch.
## Building & running ## Building & running
@ -21,16 +21,12 @@ basalt, chalk, diorite) are included by default for backwards compatibility.
``` ```
src/c/ C source for the watchapp src/c/ C source for the watchapp
src/pkjs/ PebbleKit JS (phone-side) source, if any
worker_src/c/ Background worker source, if any worker_src/c/ Background worker source, if any
resources/ Images, fonts, and other bundled resources resources/ Images, fonts, and other bundled resources
package.json Project metadata (UUID, platforms, resources, message keys) package.json Project metadata (UUID, platforms, resources, message keys)
wscript Build rules — usually no need to edit wscript Build rules — usually no need to edit
``` ```
By default this project is configured as a watchapp. To make it a watchface,
set `pebble.watchapp.watchface` to `true` in `package.json`.
## Documentation ## Documentation
Full SDK docs, tutorials, and API reference: <https://developer.repebble.com> Full SDK docs, tutorials, and API reference: <https://developer.repebble.com>