refactor: update scripts for kebab-case service binary names

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-04 22:08:31 +01:00
parent e047c1eea3
commit d3ed2e2540
5 changed files with 30 additions and 30 deletions

View File

@@ -109,7 +109,7 @@ echo ""
echo "Next steps:"
echo "1. Your database is now set up and migrations have been applied"
echo "2. SQLx should now work for compile-time verification"
echo "3. You can start the services with: cargo run --bin trading_service"
echo "3. You can start the services with: cargo run --bin trading-service"
echo ""
echo "Database connection details:"
echo " URL: $DATABASE_URL"