Skip to content

Commit b5b8591

Browse files
GuillaumeGomezjyn514
authored andcommitted
Commands consistence
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 2add38e commit b5b8591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cargo run -- build crate regex 1.3.1
7272
cargo run -- build add-essential-files
7373
# This starts the web server but does not build any crates.
7474
# It does not automatically run the migrations, so you need to do that manually.
75-
cargo run database migrate
75+
cargo run -- database migrate
7676
# Start the web server. It doesn't automatically reload templates though!
7777
cargo run -- start-web-server
7878
# If you want the server to automatically reload templates if they are modified:

0 commit comments

Comments
 (0)