From 76202234a9639adfdb23392f551d839a47f384c9 Mon Sep 17 00:00:00 2001 From: Kevin Svetlitski Date: Mon, 14 Jun 2021 16:41:34 -0500 Subject: Document installation via Homebrew; Add gitignore entry for asciidoctor output --- docs/user/.gitignore | 1 + docs/user/manual.adoc | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 docs/user/.gitignore (limited to 'docs') 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 $ 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]. -- cgit v1.2.3