Skip to content

Commit

Permalink
Add link to AUR for Arch package
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed May 30, 2018
1 parent 5603906 commit 5e9f610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
15 changes: 1 addition & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For example, ``zpool/ROOT/default`` or ``zpool/sys/hostname/ROOT/default``.

* From the `setup.py <setup.py>`_ directly.
* From the `Makefile <packaging/Makefile>`_.
* From the arch `PKGBUILD <packaging/arch/PKGBUILD>`_.
* From the `Arch AUR <https://aur.archlinux.org/packages/zedenv/>`_.

First, clone the git repos.

Expand All @@ -38,19 +38,6 @@ First, clone the git repos.
git clone https://github.com/johnramsden/pyzfscmds
git clone https://github.com/johnramsden/zedenv
Arch
----

Install ``pyzfscmds`` and ``zedenv`` by entering ``packaging/arch`` and running ``makepkg -sic``.

.. code-block:: shell
cd pyzfscmds/packaging/arch
makepkg -sic
cd ../../zedenv/packaging/arch
makepkg -sic
Makefile and setup.py
---------------------

Expand Down
15 changes: 1 addition & 14 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It can be installed a few ways:

* From the ``setup.py`` directly.
* From the ``Makefile``.
* From the arch ``PKGBUILD``
* From the `Arch AUR <https://aur.archlinux.org/packages/zedenv/>`_.

First, clone the git repos.

Expand All @@ -19,19 +19,6 @@ First, clone the git repos.
git clone https://github.com/johnramsden/pyzfscmds
git clone https://github.com/johnramsden/zedenv
Arch
----

Install ``pyzfscmds`` and ``zedenv`` by entering ``packaging/arch`` and running ``makepkg -sic``.

.. code-block:: shell
cd pyzfscmds/packaging/arch
makepkg -sic
cd ../../zedenv/packaging/arch
makepkg -sic
Makefile and setup.py
---------------------

Expand Down

0 comments on commit 5e9f610

Please sign in to comment.