Skip to content

Commit

Permalink
broken sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Jun 25, 2020
1 parent 100c202 commit 52fbed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting_started/prereq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ installation instructions for most operating systems.
.. code-block:: bash
:caption: For operating systems using yum
$sudo yum install curl jq -y
sudo yum install curl jq -y
.. code-block:: bash
:caption: For operating system using apt
$sudo apt-get install jq curl -y
sudo apt-get install jq curl -y
.. tip:: Windows users can use `chocolatey <https://chocolatey.org/>`_ to install jq and curl

0 comments on commit 52fbed1

Please sign in to comment.