Skip to content

Commit

Permalink
Some additional simplifications to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo committed Apr 10, 2024
1 parent b43c5fc commit fe44925
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions onramp/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ follows:

.. code-block::
$ sudo apt install sshpass python3-venv pipx make
$ sudo apt install sshpass python3-venv pipx make git
$ pipx install --include-deps ansible
$ pipx ensurepath
$ source ~/.bashrc
Once installed, displaying the Ansible version number should result in
output similar to the following on Ubuntu 20.04. (Ubuntu 22.04 will
show ``ansible [core 2.16.2]``.)
show ``ansible [core 2.16.4]``.)

.. code-block::
Expand All @@ -83,10 +83,6 @@ show ``ansible [core 2.16.2]``.)
libyaml = True
Note that a fresh install of Ubuntu may be missing other packages that
you need (e.g., ``git``, ``curl``, ``make``), but you will be prompted
to install them as you step through the Quick Start sequence.

Download Aether OnRamp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit fe44925

Please sign in to comment.