Skip to content

Commit

Permalink
Minor install doc fixes (#9319)
Browse files Browse the repository at this point in the history
* Make cd dir consistent with the recommended clone dir

* Fix pip doc link
  • Loading branch information
ssrobins committed Jul 26, 2021
1 parent b73acc9 commit 5b65448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can run **Conan** client and server in Windows, MacOS, and Linux.

.. code-block:: bash
$ cd conan && sudo pip install -e .
$ cd conan-io && sudo pip install -e .
If you are in Windows, using ``sudo`` is not required.

Expand Down Expand Up @@ -249,5 +249,5 @@ License
.. |Logo| image:: https://conan.io/img/jfrog_conan_logo.png


.. _`pip docs`: https://pip.pypa.io/en/stable/installing/
.. _`pip docs`: https://pip.pypa.io/en/stable/installation/

0 comments on commit 5b65448

Please sign in to comment.