#4036 Readme fixes
This commit is contained in:
parent
c2ca98daac
commit
29b2e989da
|
@ -16,14 +16,14 @@ development, so any help is welcomed! Feel free to contribute.
|
|||
It's recommended to install the package globally.
|
||||
|
||||
```text
|
||||
# npm install -g myt
|
||||
# npm install -g @verdnatura/myt
|
||||
$ myt <command>
|
||||
```
|
||||
|
||||
You can also install locally and use the *npx* command to execute it.
|
||||
|
||||
```text
|
||||
$ npm install myt
|
||||
$ npm install @verdnatura/myt
|
||||
$ npx myt <command>
|
||||
```
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@verdnatura/myt",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@verdnatura/myt",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@sqltools/formatter": "^1.2.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@verdnatura/myt",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "MySQL version control",
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"type": "git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdnatura/myt": "^1.5.3"
|
||||
"@verdnatura/myt": "^1.5.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue