From 1e241df0d7ddc3ee97827dc1b80e2bb9eb803458 Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Fri, 26 Mar 2021 22:03:54 +0100 Subject: [PATCH] Document ./install in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6ede048..26c469c 100644 --- a/readme.md +++ b/readme.md @@ -6,8 +6,8 @@ In terms of functionality it will be not too dissimilar from Konata ([bot](https #### Credentials -Visit [my.telegram.org](https://my.telegram.org/apps) to get your API ID and API hash values. These should then be passed into the system as environment variables `api_id` and `api_hash` respectively. Provided that this bot runs in a container (such as LXC) as the only application in it, a good place to put these would be the system's `/etc/environment` file. Otherwise put them somewhere more specific to the bot (`~/.profile` for a dedicated bot user perhaps). +Visit [my.telegram.org](https://my.telegram.org/apps) to get your API ID and API hash values. Then run ./install from within the cloned repository, where you can add these values. #### License -This project is released as "All rights reserved". You are allowed to study the code as inspiration to make your own userbot, but you are not allowed to copy it verbatim. +This project is released as "All rights reserved". You are allowed to use and study the code as inspiration to make your own userbot, but you are not allowed to copy it verbatim into a release of your own.