update README file

This commit is contained in:
2022-03-14 07:53:44 +02:00
parent 95995dd733
commit cfa5496774

View File

@@ -1,13 +1,18 @@
# Usage # Usage
# Download # Download
### package.json ### package.json
1. Put in the folder `package.json` file. 1. Put in the folder `package.json` file.
2. Run `./npm-install`. 2. Run `./npm-install .`.
### Specific Package ### Specific Package
1. Run `./npm-install <your-package>`. 1. Run `./npm-install <your-package>`.
## Publish ## Publish
1. Make sure have the all package you will publish in the same folder (`tgz` files). 1. Make sure have the all package you will publish in the same folder (`tgz` files).
2. Run `./npm-install`. 2. Run `./npm-install <nexus_host> <repository>`.
3. After published, the all packages and json file will remove. 3. After published, the all packages and json file will remove.