mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Fixed for readme
This commit is contained in:
parent
71831a9768
commit
b4329aae42
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ Slpkg is a software package manager that installs, updates and removes packages
|
|||
It automatically calculates dependencies and figures out what things need to happen to install packages.
|
||||
Slpkg makes it easier to manage groups of machines without the need for manual updates.
|
||||
|
||||
Slpkg works in accordance with the standards of the `SlackBuilds.org <https://www.slackbuilds.org>`_ organization to build packages.
|
||||
Slpkg works in accordance with the standards of the `SlackBuilds.org <https://www.slackbuilds.org>`__ organization to build packages.
|
||||
It also uses the Slackware Linux instructions for installing, upgrading or removing packages.
|
||||
|
||||
.. image:: https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_package.png
|
||||
|
@ -27,7 +27,7 @@ Requirements
|
|||
Install
|
||||
-------
|
||||
|
||||
Install it from the official third-party `SlackBuilds.org <https://slackbuilds.org/repository/15.0/system/slpkg/>`_ repository or directly from source:
|
||||
Install it from the official third-party `SlackBuilds.org <https://slackbuilds.org/repository/15.0/system/slpkg/>`__ repository or directly from source:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
@ -104,7 +104,7 @@ Usage
|
|||
How to start
|
||||
------------
|
||||
|
||||
If you are going to use only the `SlackBuilds.org <https://slackbuilds.org/>`_ repository, you don't need to edit the
|
||||
If you are going to use only the `SlackBuilds.org <https://slackbuilds.org/>`__ repository, you don't need to edit the
|
||||
:code:`/etc/slpkg/repositories.toml` file, otherwise edit the file and set :code:`true` the repositories you want.
|
||||
|
||||
The second step is to update the package lists and install the data to the database, just run:
|
||||
|
@ -121,7 +121,7 @@ or for binary repositories:
|
|||
|
||||
Now you are ready to start!
|
||||
|
||||
To install a package from the `SlackBuilds.org <https://slackbuilds.org/>`_ or `Ponce <https://cgit.ponce.cc/slackbuilds/>`_ repository, run:
|
||||
To install a package from the `SlackBuilds.org <https://slackbuilds.org/>`__ or `Ponce <https://cgit.ponce.cc/slackbuilds/>`_ repository, run:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue