mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Update Suggested method installation
This commit is contained in:
parent
74447012dc
commit
b67b218e53
1 changed files with 5 additions and 4 deletions
9
INSTALL
9
INSTALL
|
@ -10,16 +10,17 @@ Slpkg works with Python versions 2.7.5+ (Python 3 not supported yet)
|
||||||
Slpkg works on Slackware distribution and possibly in some Slackware based
|
Slpkg works on Slackware distribution and possibly in some Slackware based
|
||||||
distribution like SalixOS, Slackel etc.
|
distribution like SalixOS, Slackel etc.
|
||||||
|
|
||||||
|
|
||||||
Install slpkg
|
Install slpkg
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
There are mainly 3 ways:
|
There are mainly 3 ways:
|
||||||
|
|
||||||
1) (Default method) Download latest slpkg version from:
|
1) Suggested method, download latest slpkg version from:
|
||||||
https://github.com/dslackw/slpkg/releases
|
https://github.com/dslackw/slpkg/releases
|
||||||
Untar or unzip the archive, cd in slpkg-<version> directory.
|
Untar or unzip the archive, change directory in slpkg-<version>
|
||||||
Run install.sh in this directory `./install.sh` and slpkg auto-installed
|
and run './install.sh'.
|
||||||
as Slackware package (root privileges are required).
|
slpkg auto-installed as Slackware package (root privileges are required).
|
||||||
|
|
||||||
2) Download binary package from https://github.com/dslackw/slpkg/releases
|
2) Download binary package from https://github.com/dslackw/slpkg/releases
|
||||||
and use Slackware command `upgradepkg --install-new <slpkg binary>`
|
and use Slackware command `upgradepkg --install-new <slpkg binary>`
|
||||||
|
|
Loading…
Reference in a new issue