Skip to content

Commit 2c7baff

Browse files
authored
Add information about Releases to Readme
1 parent 121ef1e commit 2c7baff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ These instructions will get you a bot installed and running quickly
2121

2222
### Installing
2323

24+
You can download BashBot.zip from [Releases](https://github.com/Adikso/BashBot/releases)
25+
which contains all required dependencies and continue to "Running" section.
26+
27+
or you can continue with manuall installation:
28+
2429
Type following commands to install dependencies:
2530
```
2631
pip install -r requirements.txt
@@ -40,6 +45,10 @@ And run
4045
```
4146
python bashbot.py
4247
```
48+
or if you downloaded BashBot [release](https://github.com/Adikso/BashBot/releases)
49+
```
50+
python BashBot.zip
51+
```
4352

4453
Now BashBot should start and show later instructions
4554

0 commit comments

Comments
 (0)