Skip to content
Snippets Groups Projects
Commit 76217d9b authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Update npm install command

parent bba1376a
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!74Update npm install command
...@@ -218,7 +218,7 @@ markdown source code clean and consistent. ...@@ -218,7 +218,7 @@ markdown source code clean and consistent.
Installation Installation
```Shell Session ```Shell Session
~ npm install markdownlint-cli ~ [sudo] npm [-g] install markdownlint-cli
``` ```
The configuration is stored in `.markdownlint.json`. The tool `markdownlint` can be run in dry or The configuration is stored in `.markdownlint.json`. The tool `markdownlint` can be run in dry or
...@@ -259,7 +259,7 @@ and *different to main branch*). ...@@ -259,7 +259,7 @@ and *different to main branch*).
Installation (see [official documentation](https://github.com/tcort/markdown-link-check#installation)) Installation (see [official documentation](https://github.com/tcort/markdown-link-check#installation))
```Shell Session ```Shell Session
~ npm install markdown-link-check ~ [sudo] npm [-g] install markdown-link-check
``` ```
Run check Run check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment