From ac89505b56d1cbb7f9e2468eb24f27f2d9db1978 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 20 Oct 2019 19:53:16 -0700 Subject: [PATCH] docs: remove instructions for installing development version This command no longer works now that the `jsdoc` package is in a `packages/jsdoc` subdirectory. Fixes #1714. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 35ef31bc..39db6aeb 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,6 @@ recent patch-level version. See [this Stack Overflow answer](https://stackoverflow.com/questions/22343224) for more information about the caret and tilde operators. -To install the latest development version locally, without updating your -project's `package.json` file: - - npm install git+https://github.com/jsdoc/jsdoc.git - If you installed JSDoc locally, the JSDoc command-line tool is available in `./node_modules/.bin`. To generate documentation for the file `yourJavaScriptFile.js`: