From a852739f8fd6b953dde003fb71761086fb1a9ad5 Mon Sep 17 00:00:00 2001 From: Emmanuel Baccelli Date: Thu, 25 Jan 2018 12:33:52 +0100 Subject: [PATCH] README: added link to the tutorial --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcabebaa32..31cfb2c67f 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ but not limited to: ## GETTING STARTED -* You want to start the RIOT? Just follow our [quickstart guide](http://doc.riot-os.org/index.html#the-quickest-start) or the [getting started documentation](http://doc.riot-os.org/getting-started.html). +* You want to start the RIOT? Just follow our [quickstart guide](http://doc.riot-os.org/index.html#the-quickest-start) or try this [tutorial](https://github.com/RIOT-OS/Tutorials/blob/master/README.md). For specific toolchain installation, follow instructions in the [getting started](http://doc.riot-os.org/getting-started.html) page. * The RIOT API itself can be built from the code using doxygen. The latest - version is uploaded daily to http://riot-os.org/api. + version of the documentation is uploaded daily to [riot-os.org/api](http://riot-os.org/api). ### USING THE NATIVE PORT WITH NETWORKING If you compile RIOT for the native cpu and include the `netdev_tap` module,