From b214d68eca37a45140c9c26a7e4bf8bc90915feb Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sat, 29 Jan 2022 20:19:52 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32b4dedd4..e2764ab91 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ But it is very simple: ```sh npm install -g yo # install yeoman npm install -g generator-dbgate # install dbgate generator -cd my-plugin-directory # this directory is created by wizard, edit, what you need to change +cd dbgate-plugin-my-new-plugin # this directory is created by wizard, edit, what you need to change yarn plugin # this compiles plugin and copies it into existing DbGate installation ```