Updated README
This commit is contained in:
17
README.md
17
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:
|
Simply install the package using any package manager:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# With Yarn
|
|
||||||
$ yarn add --dev @mep-agency/local-dev-db
|
|
||||||
|
|
||||||
# With NPM
|
# 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:
|
Run the `ldd` binary to see the available commands:
|
||||||
|
|
||||||
```bash
|
```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)
|
A zero-config local mariadb instance for local development (using Docker)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
@@ -67,11 +67,6 @@ Options:
|
|||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
# With NPM
|
|
||||||
$ npx ldd
|
|
||||||
Usage: ldd [options] [command]
|
|
||||||
# ...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Starting a new project
|
### Starting a new project
|
||||||
|
|||||||
Reference in New Issue
Block a user