mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Update installation
This commit is contained in:
parent
8f7111c03e
commit
5d3808f34e
1 changed files with 22 additions and 14 deletions
36
README.rst
36
README.rst
|
@ -75,19 +75,7 @@ Features
|
|||
Installation
|
||||
------------
|
||||
|
||||
For advanced users download SlackBuild script and source:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ wget https://github.com/dslackw/slpkg/releases/download/v2.8.1/slpkg.tar.gz
|
||||
$ wget https://github.com/dslackw/slpkg/archive/v2.8.1.tar.gz
|
||||
|
||||
$ tar xvf slpkg.tar.gz
|
||||
$ cp v2.8.1.tar.gz slpkg
|
||||
$ cd slpkg
|
||||
$ ./slpkg.SlackBuild
|
||||
|
||||
For simple users download only source:
|
||||
Simple users download only source (installed as Slackware package):
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
@ -95,6 +83,25 @@ For simple users download only source:
|
|||
$ cd slpkg-2.8.1
|
||||
$ ./install.sh
|
||||
|
||||
|
||||
Advanced users download SlackBuild script and source:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ wget https://github.com/dslackw/slpkg/blob/master/slpkg.tar.gz
|
||||
$ wget https://github.com/dslackw/slpkg/archive/v2.8.1.tar.gz
|
||||
|
||||
$ tar xvf slpkg.tar.gz
|
||||
$ cp v2.8.1.tar.gz slpkg
|
||||
$ cd slpkg
|
||||
|
||||
(Edit script and change VERSION if need)
|
||||
|
||||
$ ./slpkg.SlackBuild
|
||||
|
||||
Install as you know :)
|
||||
|
||||
|
||||
Using pip:
|
||||
|
||||
.. code-block:: bash
|
||||
|
@ -109,7 +116,8 @@ Using pip:
|
|||
|
||||
$ python clean.py
|
||||
|
||||
Bbinary packages:
|
||||
|
||||
Binary packages:
|
||||
|
||||
Slackware: `slpkg-2.8.1-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.1/slpkg-2.8.1-i486-1_dsw.txz>`_
|
||||
|
||||
|
|
Loading…
Reference in a new issue