From 4ca8e4748c088687ef3e1568dd188796b93bb331 Mon Sep 17 00:00:00 2001
From: VALLET Nathan <nathan.vallet@etu.univ-amu.fr>
Date: Sat, 25 May 2024 17:22:27 +0200
Subject: [PATCH] Change how to obtain the program in the documentations
 because it's a pain to just include a file in releases in gitlab

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

diff --git a/README.org b/README.org
index d7c71dd..5559fc3 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
 #+title: events wrangler
 the event wrangler wrangles and fuse all your remote logs into one place.
 * installation
-This program creates an html file, but it needs to be delivered somehow. You should install a web server like apache or nginx to access the file from a distance. after that you can download the packaged python app from the releases.
+This program creates an html file, but it needs to be delivered somehow. You should install a web server like apache or nginx to access the file from a distance. after that you can clone the repo and build it like descriped in the *building* section.
 Be sure to have the correct owner and permissions:
 #+begin_example
 aggreg:/home/aggreg# chown aggreg:aggreg eventswrangler
-- 
GitLab