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 2cb2017 commit b4ca1deCopy full SHA for b4ca1de
script/init-local-index.sh
@@ -32,22 +32,5 @@ touch tmp/index-co/.git/git-daemon-export-ok
32
cat - <<-EOF
33
Your local git index is ready to go!
34
35
-You'll want to build crates.io by running:
36
-
37
- cargo build
38
39
-Follow up by changing your HOME/.cargo/config:
40
41
- [source]
42
43
- [source.local]
44
- registry = "https://localhost:8888/crates.io-index"
45
46
- [source.crates-io]
47
- replace-with = "local"
48
- registry = 'https://doesnt-matter-but-must-be-present'
49
50
-You will also need to generate a token from in the app itself
51
52
Please refer to https://github.com/rust-lang/crates.io/blob/master/README.md for more info!
53
EOF
0 commit comments