summarylogtreecommitdiffstats
path: root/ton-lite-client.install
blob: 6effbccb81489382cb3757700b08f55fb1731f1a (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo
	echo "==> Please run lite-client -h to have an overview of"
	echo "==> supported arguments!"
	echo "==> Run: lite-client -C /etc/ton-global.config"
	echo "==> to connect to the test network"
	echo
}