commit 7117f8ec78fba0fc899a5d2f292e806e0215a22e parent f770449e22c37f8a9cdf4eec256ce2763e0529db Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 29 May 2017 14:53:39 +0200 still fixing copy-pasted content Diffstat:
| M | docs/dev-talerdotnet.rst | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/dev-talerdotnet.rst b/docs/dev-talerdotnet.rst @@ -149,11 +149,14 @@ To start the worker, log in as `testswitcher` and run: .. code-block:: none - $ source ~/activate - $ taler-deployment-bbstart + $ source ~/venv/bin/activate + $ buildbot-worker start ~/buildbot/slave # To stop it: - $ taler-deployment-bbstop + $ buildbot-worker stop ~/buildbot/slave + + # To exit the virtual env + $ deactivate +++++++++++++ Manual switch