Document ./install in readme

This commit is contained in:
Michael De Roover 2021-03-26 22:03:54 +01:00
parent 7a528877db
commit 1e241df0d7
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -6,8 +6,8 @@ In terms of functionality it will be not too dissimilar from Konata ([bot](https
#### Credentials #### 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 #### 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.