From 3699a4268639e0563e6ba8cde4350107b9596d7d Mon Sep 17 00:00:00 2001 From: Eugene Sinitsyn Date: Wed, 2 Oct 2019 12:08:18 +0300 Subject: [PATCH] Replace raw setup command with equal from makefile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8456b45..8eb21a0 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ Configuration files for editors and other UNIX tools. This is to make it easier ## Setup ``` -ansible-playbook playbook.yml -i local -vv +make install ```