summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:04:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:04:21 -0500
commita09ed2cc43f2688c140376d37d4e59f5c7313801 (patch)
tree2d38246cac36617459c6381a12edddda15035fe6 /README
parent774bbe19c335a729e8cc14f401f29a016bfa5534 (diff)
downloadkile-a09ed2cc43f2688c140376d37d4e59f5c7313801.tar.gz
kile-a09ed2cc43f2688c140376d37d4e59f5c7313801.zip
Fix references to user profile directory.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 72b2574..66f8997 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ All specified versions are minimum versions except for KDE and QT.
- `cd kile-2.0.x`
- ./configure --prefix=path_to_KDE3 (/usr or /opt/trinity generally) --with-qt-dir=path_to_QT3 library (/usr/lib/qt3 generally)
-- If you don't know what the path to KDE3 on your system is, you can use output of `tde-config --prefix`.
- -- Or you can choose `--prefix=$HOME/.kde` to not mess up with your distribution's package management system.
+ -- Or you can choose `--prefix=$HOME/.trinity` to not mess up with your distribution's package management system.
- Type `make` to compile the package.
- Type `make install` to install the programs, data files and documentation.
- Type `kile` and enjoy the power of LaTeX together with the joy of using Kile :)