diff options
| author | Storm Dragon <stormdragon2976@gmail.com> | 2025-06-16 18:02:24 -0400 |
|---|---|---|
| committer | Storm Dragon <stormdragon2976@gmail.com> | 2025-06-16 18:02:24 -0400 |
| commit | 022b9ba0480950494471fb9c9387450af13e8f9d (patch) | |
| tree | 875fed65806ef4d3ae07525fe4182d472622d268 | |
| parent | e04da00bc476a6b4ef82571c6099aebef2db9915 (diff) | |
| download | bragi-022b9ba0480950494471fb9c9387450af13e8f9d.tar.gz bragi-022b9ba0480950494471fb9c9387450af13e8f9d.tar.bz2 | |
Updated README.
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,12 +115,12 @@ certificate = bragi.pem **With configuration file:** ```bash -venv/bin/python mumbleBot.py --config configuration.ini +venv/bin/python bragi.py --config configuration.ini ``` **With command line arguments:** ```bash -venv/bin/python mumbleBot.py -s HOST -u Bragi -P PASSWORD -p PORT -c CHANNEL -C /path/to/bragi.pem +venv/bin/python bragi.py -s HOST -u Bragi -P PASSWORD -p PORT -c CHANNEL -C /path/to/bragi.pem ``` ## Commands |
