We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f1399 commit 42cfe80Copy full SHA for 42cfe80
README.md
@@ -9,18 +9,18 @@
9
Install with Homebrew on macOS:
10
11
```console
12
-brew tap stealthrocket/dispatch
+brew tap dispatchrun/dispatch
13
brew install dispatch
14
```
15
16
Install with Go:
17
18
19
-go install github.com/stealthrocket/dispatch@latest
+go install github.com/dispatchrun/dispatch@latest
20
21
22
Alternatively, you can download the latest `dispatch` binary from the
23
-[Releases](https://github.com/stealthrocket/dispatch/releases) page.
+[Releases](https://github.com/dispatchrun/dispatch/releases) page.
24
25
### Create an Account
26
0 commit comments