From e14d1a9153ab8923eea35517e4bcd1f08aad7244 Mon Sep 17 00:00:00 2001 From: Diego Pasqualin <dpasqualin@c3sl.ufpr.br> Date: Wed, 3 Apr 2013 17:17:07 -0300 Subject: [PATCH] Update README Signed-off-by: Diego Pasqualin <dpasqualin@c3sl.ufpr.br> --- README | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README b/README index af0f19de..6c3b52cb 100644 --- a/README +++ b/README @@ -1,9 +1,7 @@ This is the Linux Educacional 5 unstable repository. -INSTALL (Ubuntu/Debian based systems): - make - dpkg -i $(ls ./*.deb | sort | tail -n1) +The bin/ directory contains a serie of helper scripts, to build, publish or +do different tasks related to LE. -INSTALL (Others systems): - make - make install +All other directories contain the source code for packages that are part of +the LE project. -- GitLab