Remove direction to authenticate with cargo login {API token}

This commit is contained in:
Anselm Schüler
2023-01-15 01:32:18 +01:00
parent 2cd1b5593d
commit f2bf90ca17

View File

@@ -273,10 +273,12 @@ in via a GitHub account. (The GitHub account is currently a requirement, but
the site might support other ways of creating an account in the future.) Once
youre logged in, visit your account settings at
[https://crates.io/me/](https://crates.io/me/)<!-- ignore --> and retrieve your
API key. Then run the `cargo login` command with your API key, like this:
API key. Then run the `cargo login` command and paste your API key when prompted, like this:
```console
$ cargo login abcdefghijklmnopqrstuvwxyz012345
$ cargo login
please paste the API Token found on https://crates.io/me below
abcdefghijklmnopqrstuvwxyz012345
```
This command will inform Cargo of your API token and store it locally in