blob: 28f1a32542e0498e889954995453f73a67a838b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat << EOF
To run, use: julius -input mic -C /usr/share/voxforge/julius/julian.jconf
To manipulate, copy the contents of /usr/share/voxforge/julius to a local
folder (i.e. ~/.voxforge/julius/).
EOF
}
|