Skip to content

Commit b7678b2

Browse files
Nemo157syphar
authored andcommitted
Update setup documentation to update the toolchain before the first build
1 parent 4514194 commit b7678b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ docker-compose up -d db s3
7373
mcli policy set download docsrs/rust-docs-rs
7474
# Setup the database you just created
7575
cargo 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
7981
cargo 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).
8484
cargo run -- start-web-server

0 commit comments

Comments
 (0)