Skip to content

Commit

Permalink
feat: note that Homebrew does not have a sandbox on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored May 16, 2024
1 parent 1fac683 commit e1ea47a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Homebrew-on-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1ea47a

Please sign in to comment.