Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mladoux committed Mar 23, 2015
1 parent 97e1bc9 commit 2bd5915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 2bd5915

Please sign in to comment.