From 71b75b70f7005bbe7add707429bb59ec65b18051 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:55:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df5fb2..07036c7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Compilation of the source code can be carried out using [gcc](https://ftp.gnu.or An executable can be built by running the five following command lines: ```bash -./autoconf +autoconf ./automake ./configure make check -- GitLab