From ba002afbbf0459a3e388a28ed1161c927c82c524 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Mon, 11 May 2020 21:56:23 +0100 Subject: [PATCH] README: Direct links to the rendered documentation. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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