launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31592
[Merge] ~jugmac00/launchpad-buildd:fix-setup-docs into launchpad-buildd:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad-buildd:fix-setup-docs into launchpad-buildd:master.
Commit message:
Fix setup docs for dev environment
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad-buildd/+git/launchpad-buildd/+merge/474071
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad-buildd:fix-setup-docs into launchpad-buildd:master.
diff --git a/docs/how-to/developing.rst b/docs/how-to/developing.rst
index 24efae0..7e850bf 100644
--- a/docs/how-to/developing.rst
+++ b/docs/how-to/developing.rst
@@ -28,6 +28,7 @@ Then, inside the container clone the repo and install the necessary dependencies
git clone https://git.launchpad.net/launchpad-buildd
cd launchpad-buildd
+ sudo apt install make
make install
This should be enough for you to be able to run the test suite:
Follow ups