From f31e0d19b81794b088966b99d2c6eb8166487789 Mon Sep 17 00:00:00 2001
From: Dean Samuel Schmitz <dean.schmitz@hhu.de>
Date: Wed, 23 Nov 2022 15:20:55 +0000
Subject: [PATCH] Update README.md

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 2f6d369..43512dd 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,13 @@ For example **Linear_SVM**, **KMeans**, **Perceptron**, **Random_Forest**, **Ker
    (Required by the Methods Linear_SVM, LMNN, Logistic_regression and NCA)
 5. Change the SPLFR_PATH Variable in the root folder Makefile to your absolute path to the SICStus splfr tool
 6. Run the root folder Makefile using the command: make (optional if you dont have to change the splfr path and mlpack is installed in the default location)
+```
+// to compile 
+make
+
+// or to remove the compiled glue files
+make clean
+```
 
 After that you can use each Method by loading their module with SICStus e.g.
 
-- 
GitLab