From 33f2c70da21943138e891819060c30ce6957ebb4 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 25 Nov 2021 12:56:53 +0800 Subject: [PATCH] Switch from apt-get to apt for installing Debian packages The apt command is the newer interactive package manager for APT. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffaa292..8a294ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems. #### Debian(or derivative) Systems ``` -# apt-get install libatasmart-dev libncurses5-dev libncursesw5-dev +# apt install libatasmart-dev libncurses5-dev libncursesw5-dev ``` ## Build and Run