Added uninstallation help file.

This commit is contained in:
Pistos 2009-03-29 10:56:09 -04:00
parent 61dcee79ac
commit 29d0ab8abd
3 changed files with 20 additions and 1 deletions

View file

@ -22,6 +22,7 @@ Diakonos Changelog
- Ruby 1.9 support smoothed out. Ruby 1.8 support being deprecated.
- Support for non-ASCII encodings tentatively confirmed.
- Several bugs fixed.
- Help files updated.
0.8.7

18
help/uninstall.dhf Normal file
View file

@ -0,0 +1,18 @@
# Uninstalling Diakonos
To uninstall Diakonos, simply run diakonos with an --uninstall switch:
diakonos --uninstall
Diakonos will list all the files and directories that will be removed from your
system, and prompt you for confirmation. Diakonos does not install hidden
files that are not shown to you.
The only other Diakonos-related files on your system will be under your home
directory, inside ~/.diakonos . These are not uninstalled, to allow you to
upgrade Diakonos and preserve your settings and customizations. The
~/.diakonos directory can be removed manually, or even edited if you are an
advanced user.
Tags: install installing installation uninstall uninstalling uninstallation remove removal removing

View file

@ -1,4 +1,4 @@
module Diakonos
VERSION = '0.8.8'
LAST_MODIFIED = 'March 27, 2009'
LAST_MODIFIED = 'March 29, 2009'
end