summarylogtreecommitdiffstats
path: root/zhudi.install
blob: f17f0424e644323047cfeb17b32eeddc6fe30af7 (plain)
1
2
3
4
5
6
7
8
9
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"
}