summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2023-03-01 23:31:04 +0100
committerJean Abou Samra <jean@abou-samra.fr>2023-03-01 23:31:04 +0100
commit899417e2bc518993f23cb8525f4f94a3961ba757 (patch)
tree8534ebab3ecc81e6c297c8973c4ddd8e8da601f2 /README.rst
parentae3a3cf47169abe51b8db189d7e3cfb0d35af9d0 (diff)
downloadpygments-git-899417e2bc518993f23cb8525f4f94a3961ba757.tar.gz
README.rst updates
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index d473fbca..a5814918 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,7 @@ Installing
----------
... works as usual, use ``pip install Pygments`` to get published versions,
-or ``python setup.py install`` to install from a checkout.
+or ``pip install -e .`` to install from a checkout in editable mode.
Documentation
-------------
@@ -44,9 +44,7 @@ Continuous testing runs on GitHub workflows:
.. image:: https://github.com/pygments/pygments/workflows/Pygments/badge.svg
:target: https://github.com/pygments/pygments/actions?query=workflow%3APygments
-Contribution guidelines are found in Contributing.md_.
-
-.. _Contributing.md: https://github.com/pygments/pygments/blob/master/Contributing.md
+Please read our `Contributing instructions <https://pygments.org/docs/contributing>`_.
Security considerations
-----------------------