Skip to content

Commit 9afe19d

Browse files
committed
fix import-release command example
1 parent 7521973 commit 9afe19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ cargo run --bin docs_rs_builder -- build update-toolchain
7474
# Build a sample crate to make sure it works
7575
cargo run --bin docs_rs_builder -- build crate regex 1.3.1
7676
# 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
77+
cargo run -p docs_rs_import_release -- regex latest
7878
# This starts the web server but does not build any crates.
7979
# It does not automatically run the migrations, so you need to do that manually (see above).
8080
cargo run --bin docs_rs_web

0 commit comments

Comments
 (0)