Skip to content

Commit bcade1d

Browse files
authored
Update README.md
1 parent 6f6e019 commit bcade1d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,28 @@ I Guess This Will Be Usefull For Many People.....😇.
3636

3737
- Add the bot to channels with admin permission, and thats it!
3838

39+
##
40+
### Installation
3941

40-
### Deploy on Heroku
42+
#### Deploy on Heroku
4143
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/CodeXBotz/File-Sharing-Bot)
4244

45+
#### Deploy in your VPS
46+
```
47+
git clone https://github.com/CodeXBotz/File-Sharing-Bot
48+
cd File-Sharing-Bot
49+
pip3 install -r requirements.txt
50+
# <Create config.py appropriately>
51+
python3 main.py
52+
```
53+
##
54+
4355
### Admin Commands
4456

4557
```
4658
start -start the bot or get posts
4759
48-
Batch -create link for more than one posts
60+
batch -create link for more than one posts
4961
5062
```
5163

0 commit comments

Comments
 (0)