Update document about Alternative Installation

Symbolic link creation does not depend on current directory
This commit is contained in:
raimon 2019-11-28 21:21:44 +09:00
parent e4fd52cb34
commit 90ec6bd500

View File

@ -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)
``` ```