From aed581372c7c6b04023c85ce81943555cac363e6 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 31 Mar 2025 09:56:16 -0500 Subject: Update command in documentation Use a command that will work in environments other than the author's environment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d72ed81..4146493 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ $ yoyo new -m "" ./migrations/auth/ The command will ask whether you want to save the migration configuration, e.g. ```bash -$ yoyo new --config=yoyo.auth.ini -m "testing a new migration" +$ yoyo new --database="sqlite:////tmp/test-auth.db" --migration-table=_yoyo_migration -m "testing a new migration" ./migrations/auth/ Error: could not open editor! Created file ./migrations/auth/20221103_02_HBzwk-testing-a-new-migration.py Save migration configuration to yoyo.ini? -- cgit v1.2.3