From 10757d4ef4ef149461c31435665d791f7843c7e4 Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Thu, 6 Jun 2024 20:57:31 +0200 Subject: [PATCH] doc: add tutorial mention in tutorial example/ --- examples/tutorial/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/examples/tutorial/README.md b/examples/tutorial/README.md index 72b0fe6d..75fd2c7e 100644 --- a/examples/tutorial/README.md +++ b/examples/tutorial/README.md @@ -1,9 +1,3 @@ -# Tuono starter - -This is the starter tuono project. To download it run in your terminal: - -```shell -$ tuono new [NAME] -``` - +# Tuono tutorial +This project is the outcome of the [tuono tutorial](https://github.com/Valerioageno/tuono/blob/main/docs/tutorial.md)