Skip to content

Commit

Permalink
docs: more docs for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Dec 11, 2023
1 parent 40771a1 commit 23a61b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ for _, r := range rcpt.Out().Ok().Results {

### CLI

The CLI will automatically generate a DID for you and store it in `~/.w3up/config`. To use the CLI, you should delegate capabilities allowing that DID to perform tasks. You can then use those delegations as your proofs. You can use `go run ./cmd/w3 whoami` to print the DID (public key) - this is the DID you should delegate capabilities to. See the [how to for obtaining proofs](#obtain-proofs), optionally skipping the first step since the CLI already generated a DID for you.

```console
go run ./cmd/w3.go --help
NAME:
Expand Down

0 comments on commit 23a61b9

Please sign in to comment.