Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1185 from hdiogenes/use-apt-install
Browse files Browse the repository at this point in the history
Use friendlier `apt` command instead of `apt-get`
  • Loading branch information
hdiogenes committed Oct 15, 2020
2 parents ad1e52a + f674f1e commit 2a177cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/hacking.rst
Expand Up @@ -73,7 +73,7 @@ Here is the `tl;dr <https://en.wikipedia.org/wiki/TL;DR>`__ version to install

.. code-block:: console
$ sudo apt-get install -y \
$ apt install -y \
make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev \
libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev git
Expand Down Expand Up @@ -102,7 +102,7 @@ build python versions (we have added git to that list):

.. code-block:: bash
$ sudo apt-get install -y make \
$ apt install -y \
make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev \
libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev git
Expand Down

0 comments on commit 2a177cd

Please sign in to comment.