You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
A command-line tool and Go SDK for the Agent Name Service (ANS) Registry Authority and Transparency Log.
4
4
5
5
-**`ans-cli`** ([cmd/ans-cli](cmd/ans-cli)) — the fastest way to register, verify, and manage agents from a terminal. Most users start here.
6
-
-**Go SDK** (`github.com/godaddy/ans-sdk-go/ans`) — the library the CLI is built on. Embed it in Go services that need to register agents programmatically, verify agent badges, or query the Transparency Log.
6
+
-**Go SDK** (`github.com/agentnameservice/ans-sdk-go/ans`) — the library the CLI is built on. Embed it in Go services that need to register agents programmatically, verify agent badges, or query the Transparency Log.
7
7
8
8
## API Specification Reference
9
9
@@ -19,12 +19,12 @@ Top two options shown; see [cmd/ans-cli/README.md#installation](cmd/ans-cli/READ
19
19
20
20
```bash
21
21
# macOS / Linux
22
-
brew install godaddy/ans/ans-cli
22
+
brew install agentnameservice/ans/ans-cli
23
23
```
24
24
25
25
```powershell
26
26
# Windows (PowerShell)
27
-
scoop bucket add ans https://github.com/godaddy/scoop-ans
27
+
scoop bucket add ans https://github.com/agentnameservice/scoop-ans
28
28
scoop install ans/ans-cli
29
29
```
30
30
@@ -90,7 +90,7 @@ For full per-command flag references and additional workflows, see [cmd/ans-cli/
90
90
## SDK Installation
91
91
92
92
```bash
93
-
go get github.com/godaddy/ans-sdk-go
93
+
go get github.com/agentnameservice/ans-sdk-go
0 commit comments