From 8f30fe741216a73871efa8be3ac064db84efb726 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sat, 14 Feb 2026 12:32:29 +0100 Subject: [PATCH] docs: update readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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