This commit is contained in:
Jan Prochazka
2022-01-29 20:19:52 +01:00
parent c051f4ee62
commit b214d68eca

View File

@@ -166,7 +166,7 @@ But it is very simple:
```sh ```sh
npm install -g yo # install yeoman npm install -g yo # install yeoman
npm install -g generator-dbgate # install dbgate generator 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 yarn plugin # this compiles plugin and copies it into existing DbGate installation
``` ```