-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update authorize to login (#140)
Closes #139 --------- Co-authored-by: Benjamin Goering <[email protected]>
- Loading branch information
1 parent
c3eb4ac
commit 1b89f14
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ Install the CLI from npm (**requires Node 18 or higher**): | |
npm install -g @web3-storage/w3cli | ||
``` | ||
|
||
Authorize this agent to act on behalf of the account associated with your email address: | ||
Login with this agent to act on behalf of the account associated with your email address: | ||
|
||
```console | ||
w3 authorize [email protected] | ||
w3 login [email protected] | ||
``` | ||
|
||
Create a new Space for storing your data and register it: | ||
|
@@ -127,7 +127,7 @@ List spaces known to the agent. | |
### `w3 space register` | ||
|
||
Register the space by adding a storage provider and delegating all of its | ||
capabilities to the currently authorized account. If you are authorized against | ||
capabilities to the currently logged in account. If you are authorized against | ||
more than one account you'll need to pass the `--email` option to specify which account to | ||
register the space with. | ||
|
||
|