diff options
-rw-r--r-- | docs/INSTALL/debian.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/INSTALL/debian.txt b/docs/INSTALL/debian.txt index e0f956aa..591ef9b4 100644 --- a/docs/INSTALL/debian.txt +++ b/docs/INSTALL/debian.txt @@ -87,4 +87,16 @@ KDE/Gnome menu entries are created in Arcade Games upon installation. 3. Notes ======== -A Debian Repository will be created soon. Stay tuned ! +A Debian Repository has been created. + +Simply add in your /etc/apt/sources.list file : + + deb http://www.themanaworld.org/files/debrepo ./ + deb-src http://www.themanaworld.org/files/debrepo ./ + +Then, as root, do : + + apt-get update + apt-get install tmw + +and you're done ! |