Updated README

This commit is contained in:
2025-10-02 14:44:21 +02:00
parent 9395aecef4
commit 35d1b9c4cc

View File

@@ -45,20 +45,20 @@ Make sure Docker is installed and configured properly, the `docker` CLI must be
Simply install the package using any package manager:
```bash
# With Yarn
$ yarn add --dev @mep-agency/local-dev-db
# With NPM
$ npm install --save-dev @mep-agency/local-dev-db
$ npm install --save-dev ssh+git@git.vascowhite.co.uk:paul/local-dev-db.git
```
Run the `ldd` binary to see the available commands:
```bash
# With Yarn
$ yarn ldd --help
Usage: ldd [options] [command]
# With NPM
$ npx ldd
Usage: ldd [options] [command]
# ...
A zero-config local mariadb instance for local development (using Docker)
Options:
@@ -67,11 +67,6 @@ Options:
Commands:
# ...
# With NPM
$ npx ldd
Usage: ldd [options] [command]
# ...
```
### Starting a new project