From 592576949bd046933715adeefb6b06cfef444717 Mon Sep 17 00:00:00 2001 From: XinYu Zheng Date: Wed, 18 Jul 2018 09:59:55 +0800 Subject: [PATCH] Update `apt-get` to `apt` I suggest that updating `apt-get` to `apt` because the latter is more *up-to-date* . Most of `apt-get` and `apt-cache` 's commands are available on `apt` in a more *user-friendly* way. Check [this](https://lists.debian.org/debian-devel/2014/04/msg00013.html) out. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 781d61e..75d9598 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Scope: Notes: -- To keep this to one page, content is implicitly included by reference. You're smart enough to look up more detail elsewhere once you know the idea or command to Google. Use `apt-get`, `yum`, `dnf`, `pacman`, `pip` or `brew` (as appropriate) to install new programs. +- To keep this to one page, content is implicitly included by reference. You're smart enough to look up more detail elsewhere once you know the idea or command to Google. Use `apt`, `yum`, `dnf`, `pacman`, `pip` or `brew` (as appropriate) to install new programs. - Use [Explainshell](http://explainshell.com/) to get a helpful breakdown of what commands, options, pipes etc. do.