fix: @@homebrew@@ placeholder replacement
This commit is contained in:
11
README.md
11
README.md
@@ -12,13 +12,22 @@ see [usage](#usage) below.
|
||||
Copy `brew.py` to anywhere, where it can be found by your shell.
|
||||
Or add a new path to your `$PATH`.
|
||||
|
||||
In your shell config (e.g., `.zprofile`) add
|
||||
In your shell config (e.g., `.zprofile` or `.bash_profile`) add
|
||||
|
||||
```sh
|
||||
export BREW_PY_CELLAR=$HOME/any/path/you/like
|
||||
```
|
||||
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
## FAQ
|
||||
|
||||
### Why this project?
|
||||
|
||||
Reference in New Issue
Block a user