diff options
Diffstat (limited to 'docs/hacking/index.rst')
-rw-r--r-- | docs/hacking/index.rst | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst index 20a55d5d..f3bad11d 100644 --- a/docs/hacking/index.rst +++ b/docs/hacking/index.rst @@ -47,13 +47,18 @@ environment with:: make dev-bootstrap +To activate the freshly created virtualenv the next time, you must use `pew`_:: + + pew workon bitmask + .. note:: the bootstrap script is, at the moment, quite opinionated. for - instance, it checks out the bitmask-dev repo under ~/leap folder, and - it assumes you are using zsh. if you think it should allow more - freedom of choices, feel free to open a pull request. + instance, it installs and depends on pew, it checks out the + bitmask-dev repo under ~/leap folder, and it assumes you are using + zsh. if you think it should allow more freedom of choices, feel free + to open a pull request. -Manual procedure -~~~~~~~~~~~~~~~~ +Manual instructions +~~~~~~~~~~~~~~~~~~~ Install the system-wide dependencies. For debian-based systems:: @@ -127,6 +132,7 @@ This extension gets published to the `mozilla addons page`_. .. _`this repo`: https://0xacab.org/leap/bitmask_thunderbird .. _`mozilla addons page`: https://addons.mozilla.org/en-US/thunderbird/addon/bitmask + Debugging Bitmask --------------------------------- |