Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCarmona committed Sep 27, 2021
2 parents 3c3a24c + 2799d1f commit 4391e58
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ Through NPM
npm i @runnerty/executor-mysql
```

You can also add modules to your project with [runnerty-cli]
You can also add modules to your project with [runnerty]

```bash
npx runnerty-cli add @runnerty/executor-mysql
npx runnerty add @runnerty/executor-mysql
```

This command installs the module in your project, adds example configuration in your `config.json` and creates an example plan of use.
This command installs the module in your project, adds example configuration in your [config.json] and creates an example plan of use.

If you have installed [runnerty-cli] globally you can include the module with this command:
If you have installed [runnerty] globally you can include the module with this command:

```bash
rty add @runnerty/executor-mysql
runnerty add @runnerty/executor-mysql
```

### Configuration:
Expand Down Expand Up @@ -212,12 +212,11 @@ For file upload you must indicate the path of the file to be loaded in the `loca
- `PROCESS_EXEC_DB_WARNINGCOUNT`: MySQL warning count.
- `PROCESS_EXEC_DB_MESSAGE`: MySQL message.

[runnerty]: http://www.runnerty.io
[runnerty]: https://www.runnerty.io
[downloads-image]: https://img.shields.io/npm/dm/@runnerty/executor-mysql.svg
[npm-url]: https://www.npmjs.com/package/@runnerty/executor-mysql
[npm-image]: https://img.shields.io/npm/v/@runnerty/executor-mysql.svg
[david-badge]: https://david-dm.org/runnerty/executor-mysql.svg
[david-badge-url]: https://david-dm.org/runnerty/executor-mysql
[config.json]: http://docs.runnerty.io/config/
[runnerty-cli]: https://www.npmjs.com/package/runnerty-cli
[plan.json]: http://docs.runnerty.io/plan/

0 comments on commit 4391e58

Please sign in to comment.