Skip to content

Commit

Permalink
Update login paragraph in crates-io docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fa7ca7 committed Jun 1, 2017
1 parent 30cc378 commit 7c515a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ $ cargo login abcdefghijklmnopqrstuvwxyz012345
```

This command will inform Cargo of your API token and store it locally in your
`~/.cargo/config`. Note that this token is a **secret** and should not be shared
`~/.cargo/credentials` (previously it was `~/.cargo/config`).
Note that this token is a **secret** and should not be shared
with anyone else. If it leaks for any reason, you should regenerate it
immediately.

Expand Down

0 comments on commit 7c515a0

Please sign in to comment.