diff --git a/README.md b/README.md
index 837286ac0691ceb20a33ef1af10a21463422f6a3..265664e23c0bd5e657b47cb3158c95ef42714830 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
 
 - [Ruby](https://www.ruby-lang.org/en/)
 - [Jekyll](https://jekyllrb.com/)
+- Latex distribution (for compiling logo image with tikz) and pdf2svg
 
 ## Setup Instructions
 
@@ -12,6 +13,13 @@
 - clone this repository: `git clone git@git.dynare.org:Dynare/website.git`
 - `cd website`
 - `bundle install`
+
+### Create logo images
+
+- `cd assets/images/logo; ./makelogo.sh; cd -`
+
+### Mount website
+
 - `bundle exec jekyll serve`
 
 ### Setup the files needed for the Download page