File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,16 @@ limit to the number of versions which can be published, however.
13
13
First things first, you’ll need an account on [ crates.io] to acquire
14
14
an API token. To do so, [ visit the home page] [ crates.io ] and log in via a GitHub
15
15
account (required for now). After this, visit your [ Account
16
- Settings] ( https://crates.io/me ) page and run the [ ` cargo login ` ] command
17
- specified.
16
+ Settings] ( https://crates.io/me ) page and run the [ ` cargo login ` ] command.
18
17
19
18
``` console
20
- $ cargo login abcdefghijklmnopqrstuvwxyz012345
19
+ $ cargo login
20
+ ```
21
+
22
+ Then at the prompt put in the token specified.
23
+ ``` console
24
+ please paste the API Token found on https://crates.io/me below
25
+ abcdefghijklmnopqrstuvwxyz012345
21
26
```
22
27
23
28
This command will inform Cargo of your API token and store it locally in your
You can’t perform that action at this time.
0 commit comments