From 23a28c058051b877781d869ad7e0c3f99c94e7db Mon Sep 17 00:00:00 2001 From: Evgeniy Roldukhin Date: Thu, 9 Apr 2020 00:24:46 +0300 Subject: [PATCH] Fix docs to install thor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b97fe5..65f9536 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Once you have Node.js installed, you can use the bundled package manager `npm` t install this module: ``` -npm install -g thor +npm install -g https://github.com/observing/thor ``` The `-g` command flag tells `npm` to install the module globally on your system.