Skip to content

Commit b4ca1de

Browse files
committed
Remove instructions that are confusing and duplicated from other setup instructions
1 parent 2cb2017 commit b4ca1de

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

script/init-local-index.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,5 @@ touch tmp/index-co/.git/git-daemon-export-ok
3232
cat - <<-EOF
3333
Your local git index is ready to go!
3434
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-
5235
Please refer to https://github.com/rust-lang/crates.io/blob/master/README.md for more info!
5336
EOF

0 commit comments

Comments
 (0)