mirror of https://github.com/zulip/zulip.git
IRC integration: Update doc to include a cd to the IRC dir.
This commit is contained in:
parent
14c869d803
commit
0325d6d18d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue