Skip to content

Commit a8c3eba

Browse files
authored
Merge pull request #33 from mikegrima/release0.2.0
Release 0.2.0
2 parents f7abf88 + 726172c commit a8c3eba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- retornam
55
- invisiblethreat
66
- Bryce Boe <bbzbryce@gmail.com>
7+
- jaybrueder <@jaybrueder>

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ are ready to run this!
184184

185185
You will simply follow the instructions for running the python-rtmbot, which is typically to run:
186186
```
187-
/path/to/venv/python3 rtmbot.py
187+
# Activate your venv:
188+
source /path/to/venv/.../bin/activate
189+
rtmbot
188190
```
189191
If all is successful, you should see no errors in the output, and your bot should appear in the Slack channel
190192
that it was configured to run in.

0 commit comments

Comments
 (0)