From: Ian Jackson Date: Wed, 11 May 2022 22:33:48 +0000 (+0100) Subject: docs: Fix two Sphinx syntax errors X-Git-Tag: otter-1.1.0~229 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=06c0ec0163deaf70a15644c39c9e30bbea9e9bc0;p=otter.git docs: Fix two Sphinx syntax errors These just cause misrendering, at least in my version, not an error message. Signed-off-by: Ian Jackson --- diff --git a/docs/build.rst b/docs/build.rst index 1386e80f..4d601047 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -80,6 +80,7 @@ Build just the command line game management client `otter` .......................................................... :: + cargo build -p otter-cli and then copy ``target/debug/otter`` onto your path. @@ -88,6 +89,7 @@ Alternatively, you can let ``cargo`` directly install and download the latest released version: :: + cargo install otter-cli Build just the shape library preview