From: whitequark Date: Tue, 30 Jun 2020 22:29:43 +0000 (+0000) Subject: docs: fix syntax. X-Git-Tag: 24jan2021_ls180~71 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5048c5efc74ed4f65f8e82518e25ca4d72974486;p=nmigen.git docs: fix syntax. --- diff --git a/docs/install.rst b/docs/install.rst index 032e7e5..8294303 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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