From 0a7efd0dc265855e5c856d209bfca9bfb6dde7fc Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Tue, 4 Sep 2018 09:23:31 +0200
Subject: [PATCH] ajout dangling etc

---
 control.md | 2 +-
 export.sh  | 4 ++--
 intro.md   | 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/control.md b/control.md
index 2f49133..18c43f9 100644
--- a/control.md
+++ b/control.md
@@ -1,6 +1,6 @@
 ---
 title: Cours de programmation séquentielle
-subtitle: Structures de contrôles
+subtitle: Structures de contrôle
 author: Orestis Malaspinas
 <!-- date: 25 avril 2018 -->
 sansfont: Sans Serif
diff --git a/export.sh b/export.sh
index 3f693da..5c4555b 100755
--- a/export.sh
+++ b/export.sh
@@ -7,6 +7,6 @@ cp -r jquery reveal.js js css figs rust
 cd rust
 mv README.html index.html
 cd ..
-sudo docker build -t rustclasscont .
-sudo docker run --rm --name rustclass -p 80:80 -p 443:443 -d rustclasscont
+docker build -t rustclasscont .
+docker run --rm --name rustclass -p 80:80 -p 443:443 -d rustclasscont
 rm -r rust
\ No newline at end of file
diff --git a/intro.md b/intro.md
index 27e3130..2d94e3d 100644
--- a/intro.md
+++ b/intro.md
@@ -44,10 +44,9 @@ Contient certaines iformations qui peuvent être pratiques.
 
 ## La communauté Rust
 
+- Reddit débutants: <https://www.reddit.com/r/learnrust/>
 - Reddit: <https://www.reddit.com/r/rust/>
-
 - Le forum des utilisateurs: <https://users.rust-lang.org/>
-
 - IRC rust beginners: <https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners>
 
 ## Rust playground
@@ -74,7 +73,7 @@ Contient certaines iformations qui peuvent être pratiques.
 - Financé par Mozilla dès 2010.
 - Rendu public la première fois en 2012 (version 0.4).
 - Orientation vers la programmation système.
-- Première version stable (1.0) en 2015.
+- Première version stable (1.0) en 2015 (3 ans cette année).
 - La très grande majorité des fonctionnalités du langages ont été retirées.
 - Stabilisation de fonctionalités tous les 6 semaines.
 - Version stable actuelle 1.28. <!-- TODO UPDATE -->
-- 
GitLab