chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81fce47
)
docs: Fix two Sphinx syntax errors
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 11 May 2022 22:33:48 +0000
(23:33 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 11 May 2022 23:19:17 +0000
(
00:19
+0100)
These just cause misrendering, at least in my version, not an error
message.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
docs/build.rst
patch
|
blob
|
history
diff --git
a/docs/build.rst
b/docs/build.rst
index 1386e80fbe4c71734525c25ef7d4e5ad36404482..4d6010474921ef847ea991a53be49f9b60a6f4d0 100644
(file)
--- 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