feat: note that Homebrew does not have a sandbox on Linux

This commit is contained in:
Sean Molenaar 2024-05-16 18:32:48 +02:00 committed by GitHub
parent 1fac68348a
commit e1ea47a41a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,9 @@ 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 in contrary to macOS, Homebrew does not use any sandbox when building on Linux, so formula could install outside the Homebrew prefix.
## Requirements
- **Linux** 3.2 or newer