From 52d1f29a3da212ced662f5b7dcb6236dc11c5aff Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Fri, 19 Mar 2021 00:27:24 +0800 Subject: [PATCH] chore: add the missing arg to CONTRIBUTING docs --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ff8487a5121..e211d1c2ff6 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -555,7 +555,7 @@ Unlike a local setup, the Git index is not stored in the `./tmp` folder, so in order to publish to the Dockerized crates.io, run ``` -cargo publish --index http://localhost:4200/git/index +cargo publish --index http://localhost:4200/git/index --token $YOUR_TOKEN ``` #### Changing code