From c7e671d8eaf0b64891d3784024bc50e325df2792 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info>
Date: Thu, 18 Feb 2016 14:51:29 +0100
Subject: [PATCH] Fix readme

Fixes #1
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index abcc6dad..7218b964 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Jak to zprovoznit na fedoře
 
-    sudo dnf -y install node npm git
+    # Přidat repozitář nodejs - ve fedoře je verze 0.10.x
+    curl --silent --location https://rpm.nodesource.com/setup_4.x | sudo bash -
+    sudo dnf -y install nodejs git
     ./configure.sh
     node index.js
-- 
GitLab