Update Homebrew-on-Linux.md

Co-authored-by: Adrian Ho <the.gromgit@gmail.com>
This commit is contained in:
Sean Molenaar 2024-05-16 20:50:13 +03:00 committed by GitHub
parent 4072122be1
commit 09dcca0f9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ brew install hello
If you're using an older distribution of Linux, installing your first package will also install a recent version of *glibc* and *gcc*. Use `brew doctor` to troubleshoot common issues.
> [!NOTICE]
> Please note that contrary to macOS, Homebrew does not use any sandbox when building on Linux, so formula may install outside the Homebrew prefix.
> Please note that unlike macOS, Homebrew does not use a sandbox when building on Linux, so formulae may install outside the Homebrew prefix.
## Requirements