summarylogtreecommitdiffstats
path: root/install
blob: 9e2540176830fb0d480deb333ffd2f700885da87 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  cat <<NOTE
1. pip install --user telethon
2. Create /etc/systemd/system/telegramircd.service from the template /lib/systemd/system/telegramircd.service
3. Please change tg-phone tg-api-id tg-api-hash tg-session-dir in /etc/telegramircd/config

Refer to https://github.com/MaskRay/telegramircd for details.
NOTE
}