From 3bcd9b5f792ddc18de0bdb4345ed3a8f09e2d968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Mon, 20 Aug 2018 06:17:04 +0200 Subject: [PATCH] docs: adjust to Makefile --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed29a99..5e8425a 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ Otherwise you could clone the repository and execute the script manually. ``` git clone git@github.com:editorconfig-checker/editorconfig-checker.javascript.git && cd editorconfig-checker.javascript -&& yarn install -&& yarn build +&& make setup && ./editorconfig-checker.javascript/dist/index ```