From d0d91c0671b60ac44ae3259bdfd055ea8091c3dd Mon Sep 17 00:00:00 2001
From: Guillaume Martres <smarter@ubuntu.com>
Date: Wed, 18 Sep 2019 13:27:56 +0200
Subject: [PATCH] Slight reorg

---
 README.md                              | 11 ++++++-----
 tools-setup.md => week1/tools-setup.md |  0
 2 files changed, 6 insertions(+), 5 deletions(-)
 rename tools-setup.md => week1/tools-setup.md (100%)

diff --git a/README.md b/README.md
index e9b9035..62a6236 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,13 @@ This repository will be used as the website for Functional Programming CS-210. I
 
 We will use GitLab's issue tracker as a discussion forum. Feel free to [open an issue](https://gitlab.epfl.ch/lamp/cs-210-functional-programming-2019/issues/new) if you have any comments or questions.
 
-During the first week of the semester, you should will this Doodle to register to the recitation sessions:
+# IMPORTANT: First week tasks
 
-- [https://doodle.com/poll/x3iyh8czww2pcat9](https://doodle.com/poll/x3iyh8czww2pcat9)
-
-Also make sure to read the [instructions to install Git and Scala on your
-machine](tools-setup.md), which are needed to complete the projects.
+1. [Click here to complete the Doodle to register to the recitation sessions]
+   (https://doodle.com/poll/x3iyh8czww2pcat9)
+2. Follow the [Tools Setup](week1/tools-setup.md) page.
+3. Do the [example assignment](week1/example.md) (not online yet, check back later).
+4. Do the first graded assignment (not online yet, check back later)
 
 ## Grading
 
diff --git a/tools-setup.md b/week1/tools-setup.md
similarity index 100%
rename from tools-setup.md
rename to week1/tools-setup.md
-- 
GitLab