docs: fix syntax.
authorwhitequark <whitequark@whitequark.org>
Tue, 30 Jun 2020 22:29:43 +0000 (22:29 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 14:22:09 +0000 (14:22 +0000)
docs/install.rst

index 8d66fa3a87eddbc1823e354a1dd24d1f76de3b96..d883e454ecc5b999c85d9591e56e1c85ac91a615 100644 (file)
@@ -113,7 +113,7 @@ Any changes made to the ``nmigen`` directory will immediately affect any code th
    $ git pull --ff-only origin master
    $ pip3 install --editable .
 
-It is important to run the `pip3 install --editable .` each time the development snapshot is updated in case package dependencies have been added or changed.
+It is important to run the ``pip3 install --editable .`` each time the development snapshot is updated in case package dependencies have been added or changed.
 
 
 Installing board definitions