From bf6dbfb1dede0a764033ff15ecdaca9de08dfef2 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Tue, 30 Oct 2018 10:58:39 +0100
Subject: [PATCH] update readme

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 7d9e587..837286a 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,14 @@
 
 ## Setup Instructions
 
+### Jekyll and necessary Gems
+
 - clone this repository: `git clone git@git.dynare.org:Dynare/website.git`
 - `cd website`
 - `bundle install`
 - `bundle exec jekyll serve`
 
-## For download page and working paper pages
-
-### Download
+### Setup the files needed for the Download page
 
 - Fill the `assets/snapshot` folder with the nightly snapshots and checksums
 - When done, you will have four subfolders:
@@ -23,7 +23,7 @@
   - `assets/snapshot/windows`
   - `assets/snapshot/windows-zip`
 
-### Working Papers
+### Setup the files needed for the Working Papers page
 
 - `cd assets/RePEc`
 - Fill the directory with the `.rdf` files that RePEc needsd
-- 
GitLab