diff --git a/README.md b/README.md index 3e2a978..7dece7a 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,15 @@ sudo make install **Note** If `make` fails due to *automake* version, run `./autogen.sh` before running the above commands. -### Ubuntu-specific +### Debian GNU/Linux and Ubuntu systems +```bash +sudo apt-get install shc ``` + +### Ubuntu systems (via PPA repository) + +```bash sudo add-apt-repository ppa:neurobin/ppa sudo apt-get update sudo apt-get install shc