From f7e8d57a7ebe5721a4e5a9f34f58e86dc418b7fb Mon Sep 17 00:00:00 2001
From: Alexis  CRISCUOLO <alexis.criscuolo@pasteur.fr>
Date: Wed, 21 Feb 2024 15:30:57 +0100
Subject: [PATCH] 0.1

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ec46663..671110f 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ On computers with [GraalVM](https://www.graalvm.org/downloads/) installed, a nat
 ```bash
 javac LINtree.java
 native-image LINtree LINtree
-rm LINtree.class
+rm -f LINtree.build_artifacts.txt LINtree.class
 ```
 
 This will create the native executable `LINtree` that can be run with the following command line model:
-- 
GitLab