diff --git a/README b/README index 5a28d59d412f916954cd342ddc995a81abc7fe02..af0f19decc55827b8483d28d43a7b1fe7cf472b6 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