summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-29 14:44:24 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-29 14:44:24 +0200
commit9b2cf76ae6b24c626c51f039ec2d030e95e6bf4a (patch)
tree3aa2d8d295bf5b494d975aea0acbdad323128d1e /docs
parent329cc1eb7be750c9f09bbfa42a94263b7e833927 (diff)
downloaddocs-9b2cf76ae6b24c626c51f039ec2d030e95e6bf4a.tar.gz
docs-9b2cf76ae6b24c626c51f039ec2d030e95e6bf4a.tar.bz2
docs-9b2cf76ae6b24c626c51f039ec2d030e95e6bf4a.zip
fix buildbot instructions
Diffstat (limited to 'docs')
-rw-r--r--docs/dev-talerdotnet.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev-talerdotnet.rst b/docs/dev-talerdotnet.rst
index 08043101..bd46b266 100644
--- a/docs/dev-talerdotnet.rst
+++ b/docs/dev-talerdotnet.rst
@@ -92,11 +92,15 @@ Start it with:
.. code-block:: none
+ $ source ~/buildbot/venv/bin/activate
$ buildbot-worker start ~/buildbot/selenium_worker/
# stop it with:
$ buildbot-worker stop ~/buildbot/selenium_worker/
+ # deactivate the virtual env with
+ $ deactivate
+
+++++++++++
Lcov worker
+++++++++++