From 4d3a7de31250d1cb6b5cb9b94bdf078c4659b381 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr>
Date: Mon, 2 May 2022 11:51:15 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 041ad7e..4df5fb2 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,11 @@ Compilation of the source code can be carried out using [gcc](https://ftp.gnu.or
 
 #### Basic compilation and execution
 
-An executable can be built by running the three following command lines:
+An executable can be built by running the five following command lines:
 
 ```bash
+./autoconf
+./automake
 ./configure
 make check
 make
-- 
GitLab