From 0325d6d18d966d71b4f39d96db5a6d954f5e338b Mon Sep 17 00:00:00 2001 From: rht Date: Fri, 10 Jul 2020 04:46:35 -0400 Subject: [PATCH] IRC integration: Update doc to include a cd to the IRC dir. --- templates/zerver/integrations/irc.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/zerver/integrations/irc.md b/templates/zerver/integrations/irc.md index 81b13ee45a..44e4115b06 100644 --- a/templates/zerver/integrations/irc.md +++ b/templates/zerver/integrations/irc.md @@ -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