blob: edf6b6d3c092806ca195cb4196a304cad5bc6465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
cat << EOF
Get started with the example configuration:
$ install -Dm 644 /usr/share/doc/manafiles/examples/manafiles.json \$HOME/<dotfiles>/<anywhere>
The config file is searched recursively in the working directory.
For more information, see https://github.com/riyyi/manafiles
EOF
}
|