Updating README
This commit is contained in:
parent
17a11c894a
commit
9c470517ce
1 changed files with 2 additions and 6 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue