Skip to content

Commit

Permalink
README: fix the install paragraph
Browse files Browse the repository at this point in the history
Thanks to Slávek we now have both pypi package and official
Fedora/EPEL RPMs.  The Copr repo is now used to build development
"git snapshot" RPMs.
  • Loading branch information
praiskup committed Mar 28, 2018
1 parent adb7c26 commit 9db1a1d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,20 @@ You can find distgen documentation at http://distgen.readthedocs.io.
Download/Installation
---------------------

Stable releases of distgen are available (for Red Hat distributions) in
[Copr](https://copr.fedoraproject.org/coprs/praiskup/distgen).
Stable releases of distgen are available as RPMs in Fedora and EPEL
repositories, and in [pypi](https://pypi.python.org/pypi/distgen):

```
$ sudo dnf install distgen
$ pip install distgen
````
Development (git snapshot) RPMs are automatically built in [Fedora
Copr](https://copr.fedoraproject.org/coprs/praiskup/distgen).
You can also run development version directly from `git`, simply use the `dg`
shell wrapper available in git root directory.
shell wrapper available in this git root directory.
Example with Dockerfile
-----------------------
Expand Down

0 comments on commit 9db1a1d

Please sign in to comment.