From 3312bc6e047eb7832117ba1a107200a97cb337aa Mon Sep 17 00:00:00 2001 From: Jan Katins Date: Wed, 17 Jul 2024 18:04:49 +0200 Subject: [PATCH] Remove reference to aptitude and apt-get These are outdated debian package managers (`aptitude`) or outdated aliases (`apt-get`) and plain `apt` should be used (with the same interface as `apt-get` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a56b301..aabfb34 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ On Linux, it can be installed using `autotools` or as a snap from the [Snap Store](https://snapcraft.io/store). The latter will automatically perform the steps of the `autotools` method with a single command. On distributions derived from Debian, Austin can be installed from the official repositories with -Aptitude. Anaconda users can install Austin from [Conda Forge]. +`apt`. Anaconda users can install Austin from [Conda Forge]. On Windows, Austin can be easily installed from the command line using either [Chocolatey] or [Scoop]. Alternatively, you can download the installer from the @@ -228,7 +228,7 @@ On March 30 2019 Austin was accepted into the official Debian repositories and can therefore be installed with the `apt` utility. ~~~ console -sudo apt-get update -y && sudo apt-get install austin -y +sudo apt update -y && sudo apt install austin -y ~~~ ## On macOS