From 727c60e7c3ce7db61e2edc2fb20030d8e4b82b86 Mon Sep 17 00:00:00 2001 From: Luca Baffa Date: Thu, 25 Jan 2024 12:17:31 +0000 Subject: [PATCH 1/3] add install procedure for Debian and Ubuntu systems in the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3e2a978..f6c5e71 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ sudo make install **Note** If `make` fails due to *automake* version, run `./autogen.sh` before running the above commands. +### Debian GNU/Linux and Ubuntu systems + +```bash +sudo apt-get install shc +``` + ### Ubuntu-specific ``` From a280a4da8dac74acbc091d307f372c85cb4dbc23 Mon Sep 17 00:00:00 2001 From: Luca Baffa Date: Thu, 25 Jan 2024 12:22:07 +0000 Subject: [PATCH 2/3] reword the 'Ubuntu-specific' heading to make it more specific --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c5e71..ed2d1b3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ sudo make install sudo apt-get install shc ``` -### Ubuntu-specific +### Ubuntu systems (via PPA repository) ``` sudo add-apt-repository ppa:neurobin/ppa From 8dec14212727c163d7341a1c024919de50c6bb29 Mon Sep 17 00:00:00 2001 From: Luca Baffa Date: Thu, 25 Jan 2024 12:23:05 +0000 Subject: [PATCH 3/3] add code block hinting for the Ubuntu PPA install procedure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed2d1b3..7dece7a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ 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