Updated for readme

This commit is contained in:
Dimitris Zlatanidis 2023-06-12 22:10:59 +03:00
parent 256447da4a
commit f9661b42e4
2 changed files with 25 additions and 24 deletions

44
.idea/workspace.xml generated
View file

@ -7,12 +7,8 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for install">
<change afterPath="$PROJECT_DIR$/docs/recommended.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/docs/test.dm" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/mkdocs.yml" beforeDir="false" afterPath="$PROJECT_DIR$/mkdocs.yml" afterDir="false" />
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Fixed file suffix">
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -83,20 +79,6 @@
<option name="presentableId" value="Default" />
<updated>1670414596656</updated>
</task>
<task id="LOCAL-02189" summary="Updated for image">
<created>1686566753933</created>
<option name="number" value="02189" />
<option name="presentableId" value="LOCAL-02189" />
<option name="project" value="LOCAL" />
<updated>1686566753933</updated>
</task>
<task id="LOCAL-02190" summary="Updated for image">
<created>1686566889119</created>
<option name="number" value="02190" />
<option name="presentableId" value="LOCAL-02190" />
<option name="project" value="LOCAL" />
<updated>1686566889119</updated>
</task>
<task id="LOCAL-02191" summary="Updated for install">
<created>1686566928842</created>
<option name="number" value="02191" />
@ -426,7 +408,21 @@
<option name="project" value="LOCAL" />
<updated>1686593177025</updated>
</task>
<option name="localTasksCounter" value="2238" />
<task id="LOCAL-02238" summary="Updated for index">
<created>1686596476868</created>
<option name="number" value="02238" />
<option name="presentableId" value="LOCAL-02238" />
<option name="project" value="LOCAL" />
<updated>1686596476868</updated>
</task>
<task id="LOCAL-02239" summary="Fixed file suffix">
<created>1686596643896</created>
<option name="number" value="02239" />
<option name="presentableId" value="LOCAL-02239" />
<option name="project" value="LOCAL" />
<updated>1686596643896</updated>
</task>
<option name="localTasksCounter" value="2240" />
<servers />
</component>
<component name="Vcs.Log.History.Properties">
@ -465,7 +461,6 @@
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="Updated for cli" />
<MESSAGE value="Updated for theme" />
<MESSAGE value="Fixed image link" />
<MESSAGE value="Updated for repositories" />
@ -480,7 +475,6 @@
<MESSAGE value="Updated for author" />
<MESSAGE value="Updated for ico" />
<MESSAGE value="Updated for favicon" />
<MESSAGE value="Updated for index" />
<MESSAGE value="Updated for side" />
<MESSAGE value="Updated for about" />
<MESSAGE value="Updated for Screenshots" />
@ -490,6 +484,8 @@
<MESSAGE value="Updated for dependencies" />
<MESSAGE value="Updated for issues" />
<MESSAGE value="Updated for install" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for install" />
<MESSAGE value="Updated for index" />
<MESSAGE value="Fixed file suffix" />
<option name="LAST_COMMIT_MESSAGE" value="Fixed file suffix" />
</component>
</project>

View file

@ -1,2 +1,7 @@
## slpkg
Slpkg is a software package manager that installs, updates and removes packages on <a href="https://www.slackware.com" target="_blank">Slackware</a>-based systems.
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 <a href="https://www.slackbuilds.org" target="_blank">slackbuilds.org</a> organization to build packages.
It also uses the Slackware Linux instructions for installing, upgrading or removing packages.