Skip to content

Commit 5e03198

Browse files
committed
README: Link directly to getting started
1 parent 6026d38 commit 5e03198

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Builds on [emlearn](https://emlearn.org), a C99 library for Machine Learning on
4949
## Documentation
5050

5151
Complete usage [documentation on ReadTheDocs](https://emlearn-micropython.readthedocs.io/en/latest/user_guide.html).
52+
Good starting points:
53+
54+
- [Getting started on PC (Linux/MacOS/Windows)](https://emlearn-micropython.readthedocs.io/en/latest/getting_started_host.html)
55+
- [Getting started on device (ESP32/RP2/STM32/etc)](https://emlearn-micropython.readthedocs.io/en/latest/getting_started_device.html)
5256

5357

5458
## Citations
@@ -68,5 +72,7 @@ If you use `emlearn-micropython` in an academic work, please reference it using:
6872

6973
## Developing
7074

71-
For how to hack on emlearn-micropython itself, see [docs/developing.md](docs/developing.md).
75+
For how to hack on emlearn-micropython itself, see [docs/developing.md](docs/developing.md),
76+
and for how to contribute see [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md).
77+
7278

0 commit comments

Comments
 (0)