From dba6aa793c7e33f78689d532098786ff0d4049d8 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 19 Oct 2016 10:08:41 +0100 Subject: [PATCH] Note the prerequisites required before you can build the package. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de03cf6..6e625c4 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ To update the version follow the following steps (the old version is here 15.0.1 9. Run the following command to build the package for testing purposes ``` + sudo apt-get install devscripts debuild -us -uc ```