File tree 1 file changed +3
-3
lines changed
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
73
73
mcli policy set download docsrs/rust-docs-rs
74
74
# Setup the database you just created
75
75
cargo run -- database migrate
76
- # Build a sample crate to make sure it works
76
+ # Update the currently used toolchain to the latest nightly
77
77
# This also sets up the docs.rs build environment.
78
78
# 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
79
81
cargo run -- build crate regex 1.3.1
80
- # Generate important files for the web navigation
81
- cargo run -- build add-essential-files
82
82
# This starts the web server but does not build any crates.
83
83
# It does not automatically run the migrations, so you need to do that manually (see above).
84
84
cargo run -- start-web-server
You can’t perform that action at this time.
0 commit comments