From c852c59a51a07e1c570cf83ac92218cb3a58d7ae Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Mon, 30 Jul 2018 09:21:42 +0100
Subject: [PATCH] Fix path to virtualenv in usage guide

Change-Id: Ia200efce040a009bbb35292cf846d36f2edb259b
Story: 2003107
Task: 23224
---
 doc/source/usage.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index f77b30931..1618d2c7b 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -10,7 +10,7 @@ Command Line Interface
    Where a prompt starts with ``(kayobe)`` it is implied that the user has
    activated the Kayobe virtualenv. This can be done as follows::
 
-       $ source kayobe/bin/activate
+       $ source /path/to/venv/bin/activate
 
    To deactivate the virtualenv::