summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJF002 <jf@codingfield.com>2020-07-26 14:15:12 (GMT)
committerJF002 <jf@codingfield.com>2020-07-26 14:15:12 (GMT)
commit8c77c8631de753a4c32bc7c79a22a1452b37f3f6 (patch)
tree918b87567dc18514a12168ade58877dbcab20101 /README.md
parent6222791aaeeef2e6e5020f7e08194a67c341d276 (diff)
Add doc about branches, versioning and contributions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b045df4..444f52d 100644
--- a/README.md
+++ b/README.md
@@ -40,12 +40,17 @@ As of now, here is the list of achievements of this project:
## Documentation
### Build, flash and debug
+ - [Project branches](doc/branches.md)
+ - [Versioning](doc/versioning.md)
- [Build the project](doc/buildAndProgram.md)
- [Bootloader, OTA and DFU](./bootloader/README.md)
- [Stub using NRF52-DK](./doc/PinetimeStubWithNrf52DK.md)
- Logging with JLink RTT.
- Using files from the releases
-
+
+## Contribute
+ - [How to contribute ?](doc/contribute.md)
+
### API
- [BLE implementation and API](./doc/ble.md)