From 76217d9b444c47a5460351f93095327dc7f7adf9 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Wed, 23 Jun 2021 11:04:30 +0200
Subject: [PATCH] Update npm install command

---
 doc.zih.tu-dresden.de/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md
index 983cabc9c..6bb71092e 100644
--- a/doc.zih.tu-dresden.de/README.md
+++ b/doc.zih.tu-dresden.de/README.md
@@ -218,7 +218,7 @@ markdown source code clean and consistent.
 
 Installation
 ```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
@@ -259,7 +259,7 @@ and *different to main branch*).
 
 Installation (see [official documentation](https://github.com/tcort/markdown-link-check#installation))
 ```Shell Session
-~ npm install markdown-link-check
+~ [sudo] npm [-g] install markdown-link-check
 ```
 
 Run check
-- 
GitLab