Skip to content

Commit

Permalink
Use correct package name in installation
Browse files Browse the repository at this point in the history
While installing "robot_folders" seems to work, the correct package name is "robot-folders"
  • Loading branch information
fmauch committed May 16, 2024
1 parent 59118be commit 4f64fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install pipx``).

.. code:: bash
pipx install robot_folders
pipx install robot-folders
Upgrade
^^^^^^^
Expand All @@ -32,7 +32,7 @@ To upgrade robot_folders using ``pipx`` do

.. code:: bash
pipx upgrade robot_folders
pipx upgrade robot-folders
Shell setup
^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install pipx``).

.. code:: bash
pipx install robot_folders
pipx install robot-folders
Upgrade
-------
Expand All @@ -15,7 +15,7 @@ To upgrade robot_folders using ``pipx`` do

.. code:: bash
pipx upgrade robot_folders
pipx upgrade robot-folders
Shell setup
-----------
Expand Down

0 comments on commit 4f64fce

Please sign in to comment.