From 67d85caf340f82f9706328705769fc0adb43ecd8 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 8 Nov 2017 09:44:55 -0800 Subject: [PATCH] api-docs: Clean up reference to bin/ in the tarball. --- templates/zerver/api/installation-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/zerver/api/installation-instructions.md b/templates/zerver/api/installation-instructions.md index 0b9f807308..86fbed483d 100644 --- a/templates/zerver/api/installation-instructions.md +++ b/templates/zerver/api/installation-instructions.md @@ -82,9 +82,9 @@ client.call_on_each_event(lambda msg: sys.stdout.write(str(msg) + "\n")) ``` -
-You can use `zulip-send` (found in `bin/` in the tarball) to easily send Zulips -from the command-line, providing the message to be sent on STDIN. +
You can use `zulip-send` +(available after you `pip install zulip`) to easily send Zulips from +the command-line, providing the message content via STDIN. #### Stream message