Document installation via Homebrew; Add gitignore entry for asciidoctor output

This commit is contained in:
Kevin Svetlitski 2021-06-14 16:41:34 -05:00
parent 447d849c9e
commit 76202234a9
2 changed files with 10 additions and 0 deletions

1
docs/user/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
manual.html

View file

@ -201,6 +201,15 @@ $ eselect repository enable guru && emaint sync -r guru
$ emerge rust-analyzer-bin
----
=== macOS
The `rust-analyzer` binary can be installed via https://brew.sh/[Homebrew].
[source,bash]
----
$ brew install rust-analyzer
----
=== Emacs
Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm].