Skip to content

Commit 58eb369

Browse files
committed
docs: updates Homebrew tap repo.
1 parent 282e201 commit 58eb369

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/run_imposter_cli.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,21 @@ You must have [Docker](https://docs.docker.com/get-docker/) or a JVM installed.
4040

4141
If you have Homebrew installed:
4242

43-
brew tap gatehill/imposter
43+
brew tap imposter-project/imposter
4444
brew install imposter
4545

46+
<details markdown>
47+
<summary>Homebrew installation troubleshooting</summary>
48+
49+
If you previously installed Imposter using Homebrew from the deprecated tap `gatehill/imposter`, you may need to run the following command to update your Homebrew installation:
50+
51+
```shell
52+
brew untap gatehill/imposter
53+
brew tap imposter-project/imposter
54+
```
55+
56+
</details>
57+
4658
### Shell script
4759

4860
Or, use this one liner (macOS and Linux only):

0 commit comments

Comments
 (0)