diff --git a/README.md b/README.md index 044481d..0bfca85 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ Goyco includes a comprehensive CLI for administration: # Database management ./bin/goyco migrate # Run database migrations ./bin/goyco seed database # Seed database with sample data +./bin/goyco seed database --posts 100 --users 10 --upvote-ratio 0.5 # Customize seeding # User management ./bin/goyco user create # Create new user