summarylogtreecommitdiffstats
path: root/zhudi.install
diff options
context:
space:
mode:
Diffstat (limited to 'zhudi.install')
-rw-r--r--zhudi.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/zhudi.install b/zhudi.install
new file mode 100644
index 000000000000..f17f0424e644
--- /dev/null
+++ b/zhudi.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "You might want to install a dictionary along with Zhudi"
+ echo "You can download the CFDICT at: http://www.chine-informations.com/chinois/open/CFDICT/cfdict.zip"
+ echo "Or you can download the CEDICT at: http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.zip"
+ echo "After having downloaded a dictionary, place it in ~/.zhudi. You can now launch:"
+ echo "cd ~/.zhudi"
+ echo "zhudi -s cedict.u8"
+ echo "You will, then, be able to enjoy zhudi by simply launching it:"
+ echo "zhudi"
+}