summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorFangrui Song2017-10-29 21:37:08 -0700
committerFangrui Song2017-10-29 21:40:29 -0700
commita7caaa515260467746c572bd7f198a09b339bf24 (patch)
treeaa2e0a7d8403005549a787e8ea91ed44328a0d61 /install
parent37ca2ff40857026eaecbad9e897d5b5349980662 (diff)
downloadaur-a7caaa515260467746c572bd7f198a09b339bf24.tar.gz
telegram-cli -> telethon
Diffstat (limited to 'install')
-rw-r--r--install5
1 files changed, 3 insertions, 2 deletions
diff --git a/install b/install
index 56e7c9033a11..9e2540176830 100644
--- a/install
+++ b/install
@@ -1,7 +1,8 @@
post_install() {
cat <<NOTE
-1. Install aur/telegram-cli-git
-2. Login `telegram-cli` to get credential before using telegramircd
+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