From 17715d136fa7064a6ed53a4214adde5027ca0887 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Fri, 6 Dec 2019 10:30:47 +0100 Subject: [PATCH] adds arch linux specific install instructions I've just added markdown-toc as a package to arch linux and wanted to share this --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b8766c4..7188cb3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ Install with [npm](https://www.npmjs.com/): $ npm install --save markdown-toc ``` +On [Arch Linux](https://www.archlinux.org/) install the [nodejs-markdown-toc +AUR package](https://aur.archlinux.org/packages/nodejs-markdown-toc/): + +```sh +pacaur -S nodejs-markdown-toc +``` + ## CLI ```