diff --git a/README.md b/README.md index da5ec13..6901a6e 100644 --- a/README.md +++ b/README.md @@ -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