From b5f1cdb57a2ad4540aa7c75036adf1d81e726e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Stankovi=C4=87?= Date: Tue, 22 Oct 2024 11:30:40 +0200 Subject: [PATCH] docs: README.md: add a note regarding sed on macOS --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6a9711473..38d51eb37 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ See [ARCHITECTURE.md](docs/ARCHITECTURE.md) - rust: [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) - cargo-make: [https://sagiegurari.github.io/cargo-make/](https://sagiegurari.github.io/cargo-make/) +If you're using macOS, you'll also need to install GNU sed: +``` +brew install gnu-sed +```ignore +and add an alias to your shell configuration file: `alias sed=gsed` (e.g. to `~/.zshenv` if you're using zsh). + ### Android Install Android SDK and Build-Tools for API level 30+