Skip to content

Commit

Permalink
Update setup documentation to update the toolchain before the first b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
Nemo157 authored and syphar committed Nov 4, 2023
1 parent 4514194 commit b7678b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ docker-compose up -d db s3
mcli policy set download docsrs/rust-docs-rs
# Setup the database you just created
cargo run -- database migrate
# Build a sample crate to make sure it works
# Update the currently used toolchain to the latest nightly
# This also sets up the docs.rs build environment.
# This will take a while the first time but will be cached afterwards.
cargo run -- build update-toolchain
# Build a sample crate to make sure it works
cargo run -- build crate regex 1.3.1
# Generate important files for the web navigation
cargo run -- build add-essential-files
# This starts the web server but does not build any crates.
# It does not automatically run the migrations, so you need to do that manually (see above).
cargo run -- start-web-server
Expand Down

0 comments on commit b7678b2

Please sign in to comment.