summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-11 20:56:23 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-11 20:56:23 (GMT)
commitba002afbbf0459a3e388a28ed1161c927c82c524 (patch)
treead6dd381b364fbef660498aef9e99d85530d1b10
parenta2fd52ef2b8a95de9115e8b1c69ea82513356a66 (diff)
README: Direct links to the rendered documentation.
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index b063dab..60742b8 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,21 @@ Videos
[![Developing for Pine64 PineTime using wasp-os and MicroPython](https://img.youtube.com/vi/kf1VHj587Mc/0.jpg)](https://www.youtube.com/watch?v=kf1VHj587Mc)\
[Developing for Pine64 PineTime using wasp-os and MicroPython](https://www.youtube.com/watch?v=kf1VHj587Mc)
+Documentation
+-------------
+
+WASP is has [extensive
+documentation](https://daniel-thompson.github.io/wasp-os/) which includes a
+detailed [Applicaiton Writer's
+Guide](https://daniel-thompson.github.io/wasp-os/appguide.html) to help you get
+started coding for WASP as quickly as possible.
+
Building from a git clone
-------------------------
+Get the code from
+[https://github.com/daniel-thompson/wasp-os](https://github.com/daniel-thompson/wasp-os) .
+
~~~
pip3 install --user click serial pyserial
make submodules