From 513419bee55b47ab546da733d3b120257cc5e273 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Brait?= <andrebrait@gmail.com>
Date: Thu, 24 May 2018 09:55:42 -0300
Subject: [PATCH] Update README.md

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 7f8289a..e1a6171 100644
--- a/README.md
+++ b/README.md
@@ -91,3 +91,12 @@ Right now, the following commands might be useful:
 
 * ```./gradlew javadoc``` will generate a set of HTML documents containing documentation on Sinalgo's classes.
 This also includes projects.
+
+## Tutorial
+
+Sinalgo's original tutorial has been reconstructed [in the GitHub Pages for this repository](https://andrebrait.github.io/sinalgo). 
+While this fork has departed quite a bit from the original,
+most of the things in the tutorial are still valid as for building simulations and the general 
+usage of Sinalgo.
+
+The source code for these pages can be found in the ```docs``` folder under this repository.
-- 
GitLab