summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-10-15 17:42:55 +0200
committerGitHub <noreply@github.com>2021-10-15 17:42:55 +0200
commit69ef5bfc8d053b49a81f60740acc09302d11ce9c (patch)
treeff92c6c1956ee930e669e10c6f213dcffa88bed0 /README.md
parent91b2e50252f488b490ce6659293d633b029c34c7 (diff)
parentc3cc83ae17d7cbdd2707df12e89a600d76e5836d (diff)
Merge pull request #722 from clemensvonmolo/code-structure-doc
Add docs for app creation and code structure
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b9c3287..ee1fad00 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,8 @@ As of now, here is the list of achievements of this project:
## Documentation
### Develop
-
+ - [Rough structure of the code](doc/code/Intro.md)
+ - [How to implement an application](doc/code/Apps.md)
- [Generate the fonts and symbols](src/displayapp/fonts/README.md)
- [Creating a stopwatch in Pinetime(article)](https://pankajraghav.com/2021/04/03/PINETIME-STOPCLOCK.html)