File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ docker-compose up -d db s3
7373mcli policy set download docsrs/rust-docs-rs
7474# Setup the database you just created
7575cargo run -- database migrate
76- # Build a sample crate to make sure it works
76+ # Update the currently used toolchain to the latest nightly
7777# This also sets up the docs.rs build environment.
7878# This will take a while the first time but will be cached afterwards.
79+ cargo run -- build update-toolchain
80+ # Build a sample crate to make sure it works
7981cargo run -- build crate regex 1.3.1
80- # Generate important files for the web navigation
81- cargo run -- build add-essential-files
8282# This starts the web server but does not build any crates.
8383# It does not automatically run the migrations, so you need to do that manually (see above).
8484cargo run -- start-web-server
You can’t perform that action at this time.
0 commit comments