blob: c6c689fdbb6dfae7584c3b7f0864b747d1594767 (
plain)
1
2
3
4
5
|
post_install() {
printf ":: Vivarium can be configured either by its config.toml file\n"
printf ":: or its config.h header file.\n"
printf ":: You can also create one under $HOME/.config/vivarium/\n\n"
}
|