docs: fix syntax.
authorwhitequark <whitequark@whitequark.org>
Tue, 30 Jun 2020 22:29:43 +0000 (22:29 +0000)
committerwhitequark <whitequark@whitequark.org>
Tue, 30 Jun 2020 22:29:43 +0000 (22:29 +0000)
docs/install.rst

index 032e7e564b9a2a9db58d54fd85f9385f07cd50dd..829430392a1ff8d88334ff74bb966b8f383f3705 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