From 06c0ec0163deaf70a15644c39c9e30bbea9e9bc0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 11 May 2022 23:33:48 +0100 Subject: [PATCH] docs: Fix two Sphinx syntax errors These just cause misrendering, at least in my version, not an error message. Signed-off-by: Ian Jackson --- docs/build.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2