aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin Svetlitski <[email protected]>2021-06-14 22:41:34 +0100
committerKevin Svetlitski <[email protected]>2021-06-14 22:41:34 +0100
commit76202234a9639adfdb23392f551d839a47f384c9 (patch)
treeafac67fa24a5b1ffe6a7a4823921e1e2501c4bb0 /docs
parent447d849c9ecb3d0f7783a56db429ccc526d0d8dc (diff)
Document installation via Homebrew; Add gitignore entry for asciidoctor output
Diffstat (limited to 'docs')
-rw-r--r--docs/user/.gitignore1
-rw-r--r--docs/user/manual.adoc9
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/user/.gitignore b/docs/user/.gitignore
new file mode 100644
index 000000000..c32b1bcec
--- /dev/null
+++ b/docs/user/.gitignore
@@ -0,0 +1 @@
manual.html
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 9a8d76700..26b8abe33 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -201,6 +201,15 @@ $ eselect repository enable guru && emaint sync -r guru
201$ emerge rust-analyzer-bin 201$ emerge rust-analyzer-bin
202---- 202----
203 203
204=== macOS
205
206The `rust-analyzer` binary can be installed via https://brew.sh/[Homebrew].
207
208[source,bash]
209----
210$ brew install rust-analyzer
211----
212
204=== Emacs 213=== Emacs
205 214
206Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm]. 215Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm].