mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for index
This commit is contained in:
parent
5772c780be
commit
8e9ef9eed4
2 changed files with 14 additions and 13 deletions
|
@ -7,7 +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">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for index">
|
||||
<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" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
@ -79,13 +80,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1670414596656</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02120" summary="Updated for branch">
|
||||
<created>1686553248578</created>
|
||||
<option name="number" value="02120" />
|
||||
<option name="presentableId" value="LOCAL-02120" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686553248578</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02121" summary="Updated for image">
|
||||
<created>1686553279057</created>
|
||||
<option name="number" value="02121" />
|
||||
|
@ -422,7 +416,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1686562197344</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2169" />
|
||||
<task id="LOCAL-02169" summary="Updated for index">
|
||||
<created>1686562225440</created>
|
||||
<option name="number" value="02169" />
|
||||
<option name="presentableId" value="LOCAL-02169" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686562225440</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2170" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.History.Properties">
|
||||
|
@ -481,11 +482,11 @@
|
|||
<MESSAGE value="Updated for image" />
|
||||
<MESSAGE value="Updated for images" />
|
||||
<MESSAGE value="Updated for cli" />
|
||||
<MESSAGE value="Updated for index" />
|
||||
<MESSAGE value="Updated for theme" />
|
||||
<MESSAGE value="Updated for issues" />
|
||||
<MESSAGE value="Updated for about" />
|
||||
<MESSAGE value="Updated for install" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updated for install" />
|
||||
<MESSAGE value="Updated for index" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updated for index" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,7 +1,7 @@
|
|||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/logo.png" alt="logo" title="slpkg">
|
||||
|
||||
|
||||
##### About
|
||||
### About
|
||||
|
||||
Slpkg is a software package manager that installs, updates and removes packages on [Slackware](https://www.slackware.com)-based systems.
|
||||
It automatically calculates dependencies and figures out what things need to happen to install packages.
|
||||
|
@ -14,7 +14,7 @@ It also uses the Slackware Linux instructions for installing, upgrading or remov
|
|||
```
|
||||
$ slpkg repo-info
|
||||
```
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png" width="900">
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png">
|
||||
|
||||
```
|
||||
$ slpkg install lilv --repository=alien
|
||||
|
|
Loading…
Reference in a new issue