Skip to content

Commit

Permalink
Merge pull request #226 from jankatins/patch-1
Browse files Browse the repository at this point in the history
docs: remove reference to aptitude and apt-get
  • Loading branch information
P403n1x87 authored Oct 13, 2024
2 parents 4aead10 + cfde9b1 commit fc1a73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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
Expand Down Expand Up @@ -198,7 +198,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
Expand Down

0 comments on commit fc1a73b

Please sign in to comment.