From d47b54f381e3b661a4398c1b18a171e8d84fe8df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stepan@adjemian.eu>
Date: Mon, 5 Jul 2021 16:31:09 +0200
Subject: [PATCH] Update README.

Instructions for compiling the logos and favicons were outdated.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9779b3e..786def7 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,19 @@
 
 - [Ruby](https://www.ruby-lang.org/en/)
 - [Jekyll](https://jekyllrb.com/)
-- Latex distribution (for compiling logo image with tikz) and pdf2svg
+- Latex distribution (for compiling logo image with tikz) and `pdf2svg`
 
 ## Setup Instructions
 
 ### Jekyll and necessary Gems
 
-- clone this repository: `git clone git@git.dynare.org:Dynare/website.git`
+- clone this repository: `git clone --recursive git@git.dynare.org:Dynare/website.git`
 - `cd website`
 - `bundle install`
 
 ### Create logo images
 
-- `cd assets/images/logo; ./makelogo.sh; cd -`
+- `make -C assets/images/logo`
 
 ### Mount website
 
-- 
GitLab