Skip to content

Commit

Permalink
docs: Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Nov 20, 2016
1 parent 90a1438 commit 212cd5f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ RPM packages for Fedora (22, 23, 24 and rawhide) are available from the
dnf copr enable arteymix/valum-framework
The `valum` package contains the shared library and `valum-devel` contains all
that is necessary to build an application.
The ``valum-0.3`` package contains the shared libraries, ``valum-0.3-devel``
contains all that is necessary to build an application and ``valum-0.3-doc``
deliver user and API documentation.

.. code-block:: bash
dnf install valum valum-devel
dnf install valum-0.3 valum-0.3-devel valum-0.3-doc
Nix
~~~
Expand All @@ -39,6 +40,20 @@ Nix
nix-shell -p valum
Solus
-----

.. code-block:: bash
eopkg it valum
Arch Linux (AUR)
----------------

.. code-block:: bash
yaourt valum
Subproject
----------

Expand Down

0 comments on commit 212cd5f

Please sign in to comment.