We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405b2ad commit 1b67e1fCopy full SHA for 1b67e1f
app/templates/me/index.hbs
@@ -30,9 +30,13 @@
30
</div>
31
32
<p>
33
- If you want to use package commands from the command line, you'll need a
34
- <code>~/.cargo/credentials</code>, the first step to creating this
35
- is to generate a new token using the button above.
+ If you want to use package commands from the command line, you will need to
+ login with <code>cargo login (token)</code> using one of the tokens listed below.
+ </p>
36
+ <p>
37
+ When working in shared environments, supplying the token on the command line could
38
+ expose it to prying eyes. To avoid this, enter <code>cargo login</code> and supply your
39
+ token when prompted.
40
</p>
41
42
<div id='tokens'>
0 commit comments