From 9ef74ebd3aad92de50e463c191ec6119d30d3e4e Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Mon, 27 Feb 2023 05:06:15 +0800 Subject: [PATCH] docs: add Homebrew installation info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ismael González Valverde --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 065c9fa..6686e59 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ A package is available in the AUR ([`rnr`](https://aur.archlinux.org/packages/rnr/)) to install latest version of *RnR* on Arch Linux. +### Homebrew +You can use [Homebrew package manager](https://brew.sh) to install this tool in macOS or Linux systems. +```sh +brew install rnr +``` + ## From Source *RnR* is written in Rust. You can build it from source using Cargo.