mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update document about Alternative Installation
Symbolic link creation does not depend on current directory
This commit is contained in:
parent
e4fd52cb34
commit
90ec6bd500
@ -83,7 +83,7 @@ Extract or `git clone` Homebrew wherever you want. Use `/home/linuxbrew/.linuxbr
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
|
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
|
||||||
mkdir ~/.linuxbrew/bin
|
mkdir ~/.linuxbrew/bin
|
||||||
ln -s ../Homebrew/bin/brew ~/.linuxbrew/bin
|
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin
|
||||||
eval $(~/.linuxbrew/bin/brew shellenv)
|
eval $(~/.linuxbrew/bin/brew shellenv)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user