diff --git a/src/installation/installfest/README.md b/src/installation/installfest/README.md index e89fd00..355161f 100644 --- a/src/installation/installfest/README.md +++ b/src/installation/installfest/README.md @@ -30,6 +30,15 @@ Homebrew is a package manager for macOS (or Linux) that allows you to easily ins /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` +If you are using Windows, run the following commands: + +```bash +test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" +test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" +test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile +echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile +``` + To check if Homebrew is installed, run the following command: ```bash