From d85fc127f75172da64a9080dae35286d59ca635c Mon Sep 17 00:00:00 2001 From: Guilherme Paes Date: Thu, 14 Jul 2016 11:39:31 -0300 Subject: [PATCH] README.md: Update Fedora instructions yum is outdated, we should instruct to use dnf instead. Signed-off-by: Guilherme Paes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa7f4cb..66fb5d0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To get soletta and how to install [click here.](https://github.com/solettaprojec To install on common linux distros: ##### Fedora: - yum install nodejs npm graphviz + dnf install nodejs npm graphviz ##### Arch: pacman -S nodejs npm graphviz