diff --git a/packages/dbgate/README.md b/packages/dbgate/README.md index fa3ff6e7..e17ae986 100644 --- a/packages/dbgate/README.md +++ b/packages/dbgate/README.md @@ -6,7 +6,19 @@ DbGate is fast and easy to use database administration tool for MySQL, PostgreSQL, SQL Server. ## Install using npm -Please download binary packages from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate) +```sh +npm install -g dbgate +``` + +After installing, you can run dbgate with command: +```sh +dbgate +``` + +Open http://localhost:5000 in your browser + +## Download electron app +You can also download binary packages from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate) ## Other dbgate packages You can use some functionality of dbgate from your JavaScript code. See [dbgate-api](https://npmjs.com/dbgate-api) package.