File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ These files and directories have to do with the backend:
34
34
* ` src/ ` - The backend's source code
35
35
* ` target/ ` - Compiled output, including dependencies and final binary artifacts - (ignored in
36
36
` .gitignore ` )
37
- * ` tmp/index-bare ` - The registry repository; in production this is cloned from Github and in
38
- development from ` tmp/index-bare ` - (ignored in ` .gitignore ` )
39
37
40
38
The backend stores information in a Postgres database.
41
39
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ cargo publish --index file:///path/to/your/crates.io/tmp/index-bare --token $YOU
455
455
456
456
> If you're using an older version of cargo you should use `--host` instead of `--index`.
457
457
458
- where `file:///path/to/your/crates.io/checkout ` is the directory that you have
458
+ where `file:///path/to/your/crates.io` is the directory that you have
459
459
crates.io's code in, and `tmp/index-bare` is the directory with the git index
460
460
that `./script/init-local-index.sh` set up.
461
461
You can’t perform that action at this time.
0 commit comments