Skip to content

Commit

Permalink
Add brew installation step to readme #410
Browse files Browse the repository at this point in the history
  • Loading branch information
antoprince001 authored and jmatias committed May 30, 2023
1 parent 73c1d8a commit e8b8eba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ bash -c "$(curl --silent https://thoughtworks.github.io/talisman/scripts/install
bash -c "$(curl --silent https://thoughtworks.github.io/talisman/scripts/install.bash)" -- pre-push
```


2. If you do not have TALISMAN\_HOME set up in your `$PATH`, you will be asked an appropriate place to set it up. Choose the option number where you set the profile source on your machine.


Expand All @@ -101,6 +102,15 @@ If you choose to set the `$PATH` later, please export TALISMAN\_HOME=$HOME/.tali
- you can set SEARCH_ROOT environment variable with the path of the base directory before executing the installation so you don't need to input it manually during the installation


#### Alternative installation using brew

Talisman can also be installed using linuxbrew in Linux and homebrew in macOS by running the following command in terminal

```
brew install talisman
```


### Handling existing hooks
Installation of Talisman globally does not clobber pre-existing hooks on repositories. <br>
If the installation script finds any existing hooks, it will only indicate so on the console. <br>
Expand Down

0 comments on commit e8b8eba

Please sign in to comment.