We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2add38e commit b5b8591Copy full SHA for b5b8591
README.md
@@ -72,7 +72,7 @@ cargo run -- build crate regex 1.3.1
72
cargo run -- build add-essential-files
73
# This starts the web server but does not build any crates.
74
# It does not automatically run the migrations, so you need to do that manually.
75
-cargo run database migrate
+cargo run -- database migrate
76
# Start the web server. It doesn't automatically reload templates though!
77
cargo run -- start-web-server
78
# If you want the server to automatically reload templates if they are modified:
0 commit comments