@@ -15,7 +15,7 @@ A CLI context hub for agentic work. Granary supercharges your agentic workflows.
15151 . Add the granary marketplace
1616
1717``` sh
18- claude plugin marketplace add danielkov /granary
18+ claude plugin marketplace add speakeasy-api /granary
1919```
2020
21212 . Install the granary plugin from the marketplace
@@ -55,13 +55,13 @@ Use similar prompts to see Granary in action.
5555### macOS / Linux
5656
5757``` sh
58- curl -sSfL https://raw.githubusercontent.com/danielkov /granary/main/scripts/install.sh | sh
58+ curl -sSfL https://raw.githubusercontent.com/speakeasy-api /granary/main/scripts/install.sh | sh
5959```
6060
6161### Windows (PowerShell)
6262
6363``` powershell
64- irm https://raw.githubusercontent.com/danielkov /granary/main/scripts/install.ps1 | iex
64+ irm https://raw.githubusercontent.com/speakeasy-api /granary/main/scripts/install.ps1 | iex
6565```
6666
6767### Installing a specific version
@@ -71,13 +71,13 @@ You can install a specific version (including pre-releases) by setting the `GRAN
7171** macOS / Linux:**
7272
7373``` sh
74- GRANARY_VERSION=0.6.2 curl -sSfL https://raw.githubusercontent.com/danielkov /granary/main/scripts/install.sh | sh
74+ GRANARY_VERSION=0.6.2 curl -sSfL https://raw.githubusercontent.com/speakeasy-api /granary/main/scripts/install.sh | sh
7575```
7676
7777** Windows (PowerShell):**
7878
7979``` powershell
80- $env:GRANARY_VERSION='0.6.2'; irm https://raw.githubusercontent.com/danielkov /granary/main/scripts/install.ps1 | iex
80+ $env:GRANARY_VERSION='0.6.2'; irm https://raw.githubusercontent.com/speakeasy-api /granary/main/scripts/install.ps1 | iex
8181```
8282
8383### Updating
@@ -99,7 +99,7 @@ granary update --to=0.6.3-pre.1
9999Requires [ Rust] ( https://rustup.rs/ ) :
100100
101101``` sh
102- cargo install --git https://github.com/danielkov /granary.git
102+ cargo install --git https://github.com/speakeasy-api /granary.git
103103```
104104
105105## Quick Start
0 commit comments