IRC integration: Update doc to include a cd to the IRC dir.

This commit is contained in:
rht 2020-07-10 04:46:35 -04:00 committed by Tim Abbott
parent 14c869d803
commit 0325d6d18d
1 changed files with 6 additions and 1 deletions

View File

@ -16,9 +16,14 @@ Mirror an IRC channel in Zulip!
1. Activate the virtualenv by running the `source` command printed
at the end of the output of the previous step.
1. Go to the directory containing the bridge script if you haven't already done so
```
cd zulip/integrations/bridge_with_irc
```
1. Install the bridge software in your virtualenv, by running:
```
pip install -r zulip/integrations/bridge_with_irc/requirements.txt
pip install -r requirements.txt
```
### Configure the bridge