Skip to content

Commit

Permalink
README: fixed formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Silhan committed Feb 8, 2015
1 parent c6c020d commit 5b829da
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@ Dandified Yum (DNF) is the next upcoming major version of `Yum <http://yum.baseu
============

DNF and all its dependencies are available in Fedora 18 and later, including the
rawhide Fedora. You can install DNF from the distribution repositories there::
rawhide Fedora.

Optionally you use repositories with DNF nightly builds for last 2 stable Fedora versions::

sudo cat << 'EOF' > /etc/yum.repos.d/dnf-nightly.repo
[dnf-nightly]
name=DNF nightly $releasever - $basearch
baseurl=http://jenkins.cloud.fedoraproject.org/job/DNF/lastSuccessfulBuild/artifact/fedora-$releasever-$basearch-build
enabled=1
EOF

Then install DNF typing::

sudo yum install dnf

Expand All @@ -20,13 +31,9 @@ sources.
Installing nightly builds for last 2 stable Fedora versions
=============================================================

sudo cat << 'EOF' > /etc/yum.repos.d/dnf-nightly.repo
[dnf-nightly]
name=DNF nightly $releasever - $basearch
baseurl=http://jenkins.cloud.fedoraproject.org/job/DNF/lastSuccessfulBuild/artifact/fedora-$releasever-$basearch-build
enabled=1
EOF
sudo yum install dnf
From the DNF git checkout directory::


======================
Building from source
Expand Down

0 comments on commit 5b829da

Please sign in to comment.