From 90ec6bd500b676b7d68c0981a9cd6589707b0a33 Mon Sep 17 00:00:00 2001 From: raimon Date: Thu, 28 Nov 2019 21:21:44 +0900 Subject: [PATCH] Update document about Alternative Installation Symbolic link creation does not depend on current directory --- docs/Homebrew-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index 590cf84422..868c59cd58 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -83,7 +83,7 @@ Extract or `git clone` Homebrew wherever you want. Use `/home/linuxbrew/.linuxbr ```sh git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew mkdir ~/.linuxbrew/bin -ln -s ../Homebrew/bin/brew ~/.linuxbrew/bin +ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin eval $(~/.linuxbrew/bin/brew shellenv) ```