Skip to content

Commit

Permalink
docs: README.md: add a note regarding sed on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
istankovic committed Oct 22, 2024
1 parent 866da6e commit b5f1cdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit b5f1cdb

Please sign in to comment.