From f5ca38ee27760ff06d99f9eb3d6a9165130b8a10 Mon Sep 17 00:00:00 2001 From: "Thiago H. S. Picharski" <thsp08@c3sl.ufpr.br> Date: Wed, 13 Jun 2012 10:57:10 -0300 Subject: [PATCH] README: Add install topic --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 5a28d59d..af0f19de 100644 --- a/README +++ b/README @@ -1 +1,9 @@ This is the Linux Educacional 5 unstable repository. + +INSTALL (Ubuntu/Debian based systems): + make + dpkg -i $(ls ./*.deb | sort | tail -n1) + +INSTALL (Others systems): + make + make install -- GitLab