summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:01:54 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:01:54 -0500
commit459abd0b39368b5a4eff535e0d2e89c0763d8842 (patch)
tree7f55cc7aeafe0ea50c70c66acee7822c7eaf7baf /README
parent20029be830056a697abd71a002269434a6c2bf7a (diff)
downloadkdiff3-459abd0b39368b5a4eff535e0d2e89c0763d8842.tar.gz
kdiff3-459abd0b39368b5a4eff535e0d2e89c0763d8842.zip
Fix references to user profile directory.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9ca61fb..cf0a1c4 100644
--- a/README
+++ b/README
@@ -91,7 +91,7 @@ Installation for KDE3:
For SuSE and most distributions the prefix usually is /opt/trinity.
For Redhat/Fedora and Mandrake the prefix usually is /usr.
For a local installation, that doesn't need root rights try
- - ./configure --prefix=$TDEHOME ($TDEHOME probably is the same as $HOME/.kde)
+ - ./configure --prefix=$TDEHOME ($TDEHOME probably is the same as $HOME/.trinity)
- make
- make install (Installs everything in $TDEHOME. No root rights required.)
- Run $TDEHOME/bin/kdiff3. ($TDEHOME/bin is probably not in your path.)
@@ -124,7 +124,7 @@ Upgrading KDiff3 for KDE:
impression, that the new version doesn't work as described, you should try to
remove all files belonging to KDiff3 before reinstalling.
Try this search command to locate KDiff3-related files:
- find $HOME/.kde /usr /opt -iname "*kdiff3*"
+ find $HOME/.trinity /usr /opt -iname "*kdiff3*"
(Will take a few minutes.)