aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKragen Javier Sitaker <kragen@pobox.com>2008-12-03 23:13:52 -0300
committerKragen Javier Sitaker <kragen@pobox.com>2008-12-03 23:13:52 -0300
commit1a37056ccc417c0f5ecc93afe3bf5378e8b758d7 (patch)
tree765f966848248d837de63895e969771f64b1888c /install
parenttested to be sure it works (diff)
downloaddotXCompose-1a37056ccc417c0f5ecc93afe3bf5378e8b758d7.tar.gz
dotXCompose-1a37056ccc417c0f5ecc93afe3bf5378e8b758d7.tar.bz2
dotXCompose-1a37056ccc417c0f5ecc93afe3bf5378e8b758d7.zip
added howto script
Diffstat (limited to 'install')
-rwxr-xr-xinstall14
1 files changed, 14 insertions, 0 deletions
diff --git a/install b/install
index 3e28a29..73ca930 100755
--- a/install
+++ b/install
@@ -3,6 +3,20 @@ set -e
if [ -f ~/.ispell_default ]; then
cat <<'EOF' >&2
You already have a `~/.ispell_default`. Move it out of the way.
+
+You may want to merge it into this list. To do so, I'm pretty sure you can do
+this:
+
+ mv ~/.ispell_default new-words
+ ./install
+ sort -u dotispell_default new-words -o dotispell_default
+ git diff
+ git commit -am 'adding my private words'
+
+Let me know if that doesn't work out.
+
+Kragen Javier Sitaker <kragen@canonical.org>
+
EOF
exit 1
fi