diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-04-19 17:23:18 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-04-19 17:23:18 +0000 |
commit | 9450e7c72ff962ad749ae3336353f15a1f4fb499 (patch) | |
tree | cb550f040c804cc281d227cca4ca61047a124685 /docs | |
parent | c37812a81168275029632b8fb9662f8f1a856df5 (diff) | |
download | mana-9450e7c72ff962ad749ae3336353f15a1f4fb499.tar.gz mana-9450e7c72ff962ad749ae3336353f15a1f4fb499.tar.bz2 mana-9450e7c72ff962ad749ae3336353f15a1f4fb499.tar.xz mana-9450e7c72ff962ad749ae3336353f15a1f4fb499.zip |
Updated Debian install doc.
Diffstat (limited to 'docs')
-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 ! |