aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-03-31 15:44:17 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-03-31 15:44:17 +0200
commit21eb409ab50a8978e1add798b42f1072ae6cc12b (patch)
tree7f4fbe346ca0eb8e325857118603d92fbf1be57f
parentUpdated README. (diff)
downloadnewspipe-21eb409ab50a8978e1add798b42f1072ae6cc12b.tar.gz
newspipe-21eb409ab50a8978e1add798b42f1072ae6cc12b.tar.bz2
newspipe-21eb409ab50a8978e1add798b42f1072ae6cc12b.zip
Typo.
-rw-r--r--README.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index ceed74d2..85d866b3 100644
--- a/README.rst
+++ b/README.rst
@@ -59,11 +59,10 @@ recommend you to install it in a Python virtual environment. For example:
sudo apt-get install postgresql npm
It seems that today a proof of good taste is to install first
-[pyenv](https://github.com/pyenv/pyenv),
-then [pipsi](https://github.com/mitsuhiko/pipsi), and finally
-[pew](https://github.com/berdario/pew) and
-[pipenv](https://github.com/pypa/pipenv) with pipsi.
-
+`pyenv <https://github.com/pyenv/pyenv>`_,
+then `pipsi <https://github.com/mitsuhiko/pipsi>`_, and finally
+`pew <https://github.com/berdario/pew>`_ and
+`pipenv <https://github.com/pypa/pipenv>`_ with pipsi.
.. code-block:: bash
bgstack15