We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7521973 commit 9afe19dCopy full SHA for 9afe19d
1 file changed
README.md
@@ -74,7 +74,7 @@ cargo run --bin docs_rs_builder -- build update-toolchain
74
# Build a sample crate to make sure it works
75
cargo run --bin docs_rs_builder -- build crate regex 1.3.1
76
# if you don't want to run the builder, you can import a release from docs.rs itself
77
-cargo run --bin docs_rs_import_release -- regex latest
+cargo run -p docs_rs_import_release -- regex latest
78
# This starts the web server but does not build any crates.
79
# It does not automatically run the migrations, so you need to do that manually (see above).
80
cargo run --bin docs_rs_web
0 commit comments