We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121ef1e commit 2c7baffCopy full SHA for 2c7baff
README.md
@@ -21,6 +21,11 @@ These instructions will get you a bot installed and running quickly
21
22
### Installing
23
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
29
Type following commands to install dependencies:
30
```
31
pip install -r requirements.txt
@@ -40,6 +45,10 @@ And run
40
45
41
46
python bashbot.py
42
47
48
+or if you downloaded BashBot [release](https://github.com/Adikso/BashBot/releases)
49
+```
50
+python BashBot.zip
51
43
52
44
53
Now BashBot should start and show later instructions
54
0 commit comments