From 66209f06487017b4fc46c59edbc4e91acf244fb2 Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 30 Jun 2020 22:29:43 +0000 Subject: [PATCH] docs: fix syntax. --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 8d66fa3..d883e45 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 -- 2.30.2