From 2bd59150af1555f261754882d35702d7f917a1b0 Mon Sep 17 00:00:00 2001 From: Mark LaDoux Date: Sun, 22 Mar 2015 22:47:01 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3cfbd5..9827cba 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Build scripts to easily create a `.deb` package for PhpStorm. Dependencies ------------ -You will need the `devscripts` package installed in order to build the PhpStorm `.deb` file: +You will need the `devscripts` and the `debhelper` packages installed in order to build the PhpStorm `.deb` file: ```sh -apt-get install devscripts +apt-get install devscripts debhelper ```