We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad5b28 commit 5502a39Copy full SHA for 5502a39
README.md
@@ -1483,7 +1483,7 @@ Follow these steps to create your own library (it's called a CommonJS module):
1483
```
1484
1485
4. Tar it up by running `npm pack` from your library's folder.
1486
-5. Install it by running `npm install <name>-<version>.tgz` from the `automation/js` folder.
+5. Install it by running `npm install <path-to-library-folder>/<name>-<version>.tgz` from the `automation/js` folder.
1487
6. After you've installed it with `npm`, you can continue development of the library inside `node_modules`.
1488
1489
It is also possible to upload your library to [npm](https://npmjs.com) to share it with other users.
0 commit comments