From 1c254e4ca8e6f3d7abe4febc2f0cf2abca33ee73 Mon Sep 17 00:00:00 2001 From: Alexandr Nesterenko Date: Sun, 24 Jul 2016 14:51:03 -0700 Subject: [PATCH] readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 482f145..02270ef 100644 --- a/readme.md +++ b/readme.md @@ -25,11 +25,11 @@ Install pip packages sudo pip install -r pol/requirements.txt ``` -Install less and +Install less and yuglify ``` sudo apt-get install nodejs npm sudo npm install -g less@2.7.1 -sudo npm install -g yuglify@0.1.4 +sudo npm -g install yuglify@0.1.4 sudo ln -s /usr/bin/nodejs /usr/bin/node ```