From 506081af013267897a21c2442dbcd78500a59ee0 Mon Sep 17 00:00:00 2001 From: Rastus Vernon Date: Thu, 18 Jun 2015 03:26:06 -0400 Subject: [PATCH] Use DNF instead of Yum for Fedora Yum has been deprecated in favor of DNF in the latest stable Fedora version and is no longer part of the base system. For this reason, the command to install dependencies on Fedora should be changed to DNF. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6bde72d45a..82cf3c92ff 100644 --- a/README.markdown +++ b/README.markdown @@ -42,7 +42,7 @@ urbit depends on: *note: http requests are not supported on either debian wheezy or jessie due to an ssl issue* #### Fedora - sudo yum install gcc gcc-c++ git gmp-devel openssl-devel openssl ncurses-devel libsigsegv-devel ctags automake autoconf libtool ragel cmake re2c + sudo dnf install gcc gcc-c++ git gmp-devel openssl-devel openssl ncurses-devel libsigsegv-devel ctags automake autoconf libtool ragel cmake re2c #### AWS