mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Update Readme
It's not necessary to install all the dev dependencies recursively. This could go into the GBs.
This commit is contained in:
parent
5a4ae79c54
commit
037fcb14de
|
@ -207,9 +207,9 @@ var showdown = require('showdown'),
|
|||
|
||||
## Tests
|
||||
|
||||
A suite of tests is available which require node.js. Once node is installed, run the following command from the project root to install the development dependencies:
|
||||
A suite of tests is available which require node.js. Once node is installed, run the following command from the project root to install the dependencies:
|
||||
|
||||
npm install --dev
|
||||
npm install
|
||||
|
||||
Once installed the tests can be run from the project root using:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user