Updated for images

This commit is contained in:
Dimitris Zlatanidis 2023-06-12 11:26:04 +03:00
parent dcd34aede7
commit f02844b4d7
2 changed files with 15 additions and 15 deletions

16
.idea/workspace.xml generated
View file

@ -80,13 +80,6 @@
<option name="presentableId" value="Default" />
<updated>1670414596656</updated>
</task>
<task id="LOCAL-02095" summary="Fixed for typing">
<created>1685383394570</created>
<option name="number" value="02095" />
<option name="presentableId" value="LOCAL-02095" />
<option name="project" value="LOCAL" />
<updated>1685383394570</updated>
</task>
<task id="LOCAL-02096" summary="Split download methods">
<created>1685385918526</created>
<option name="number" value="02096" />
@ -423,7 +416,14 @@
<option name="project" value="LOCAL" />
<updated>1686557411463</updated>
</task>
<option name="localTasksCounter" value="2144" />
<task id="LOCAL-02144" summary="Updated for image">
<created>1686557877199</created>
<option name="number" value="02144" />
<option name="presentableId" value="LOCAL-02144" />
<option name="project" value="LOCAL" />
<updated>1686557877199</updated>
</task>
<option name="localTasksCounter" value="2145" />
<servers />
</component>
<component name="Vcs.Log.History.Properties">

View file

@ -14,29 +14,29 @@ It also uses the Slackware Linux instructions for installing, upgrading or remov
```
$ slpkg repo-info
```
<img src="https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_repo_info.png" width="900">
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png" width="900">
```
$ slpkg install lilv --repository=alien
```
<img src="https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_install.png" width="900">
<img src="https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_install_done.png" width="900">
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install.png" width="900">
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install_done.png" width="900">
```
$ slpkg remove lilv
```
<img src="https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_remove.png" width="900">
<img src="https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_remove_done.png" width="900">
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove.png" width="900">
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove_done.png" width="900">
```
$ slpkg dependees --pkg-version --full-reverse greenlet
```
<img src="https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_dependees.png" width="900">
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_dependees.png" width="900">
```
$ slpkg tracking --pkg-version Flask awscli pychess
```
<img src="https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_tracking.png" width="900">
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg/slpkg_tracking.png" width="900">
### Installation