blob: e27d73b4452fe9eb01785442a59c474d678f4271 (
plain)
1
2
3
4
5
|
post_install() {
echo 'To play against computers, you must manually add GTP Engines in preferences:'
echo '- For GNU Go, use "gnugo --mode gtp --quiet" as the command'
echo '- For GRhino, use "gtp-rhino" as the command'
}
|