diff --git a/README.md b/README.md index 2e7e2b89..268124d1 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,7 @@ echo "DATABASE_URL=postgres://user:pass@localhost/oxicloud" > .env # Build optimised binary cargo build --release -# Run migrations and start -cargo run --bin migrate --features migrations +# Start the server (migrations run automatically) cargo run --release ```