feat: make cellar structure compliant with brew

This commit is contained in:
relikd
2025-09-09 17:28:53 +02:00
parent 91359f0e50
commit 12344d4ce5
2 changed files with 6 additions and 7 deletions

View File

@@ -23,8 +23,7 @@ Some packages use hard-coded path prefixes (e.g. Python).
For these, you need to create a symlink:
```sh
sudo mkdir -p /opt/homebrew
sudo ln -s $BREW_PY_CELLAR/cellar /opt/homebrew/Cellar
sudo ln -s $BREW_PY_CELLAR /opt/homebrew
```