summarylogtreecommitdiffstats
path: root/instructions.install
blob: 8f965c5568b409829c6884ca4c9d6c5ae55bba49 (plain)
1
2
3
4
5
6
7
8
9
10
11
BOLD='\033[1m'
GREEN='\033[32m'
RESET='\033[0m'

post_install() {
	echo
	echo -e "${BOLD}spout2pw${RESET} has been installed at ${BOLD}/opt${RESET}."
	echo -e "To use ${BOLD}spout2pw${RESET}, follow the instructions at:"
	echo "https://github.com/hoshinolina/spout2pw/wiki"
	echo
}