diff options
author | Kali Kaneko <kali@leap.se> | 2017-07-25 14:42:56 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-25 14:42:56 -0400 |
commit | b71689d6fad298c3ccd0c8550ff71ad6f1c2cb40 (patch) | |
tree | d300e5189be981bafc20adf63f79ca6e10d814ae /README.rst | |
parent | 1175a0b3110d69f1d3105530dfc22ee17fb2eb21 (diff) |
[docs] document the dev-bootstrap script0.10a2
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -72,8 +72,6 @@ in the system):: bitmaskctl logs send - - Development =========================================================== @@ -110,6 +108,11 @@ virtualenv. The various ``make dev-*`` commands will run the appropriate ``pip install`` commands for you. +If you want to setup your whole development environment, and you are running a +debian-based system, you can try:: + + make dev-bootstrap + Run headless backend in development mode +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |