Updated for index

This commit is contained in:
Dimitris Zlatanidis 2023-06-15 10:23:27 +03:00
parent 92d0584498
commit a2f83541ef
12 changed files with 26 additions and 17 deletions

View file

@ -7,10 +7,19 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for index">
<change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for issues">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/cli_usage/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/cli_usage/index.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/configuration/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/configuration/index.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/configuration/multilib.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/configuration/multilib.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/how_to_start/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/how_to_start/index.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/install.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/install.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/issues.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/issues.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/license/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/license/index.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/repositories.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/repositories.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/sbo_create.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/sbo_create.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/screenshots/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/screenshots/index.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/test.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/test.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />

View file

@ -1,4 +1,4 @@
# CLI Usage
# CLI USAGE
```
slpkg - version 4.8.9

View file

@ -1,4 +1,4 @@
# Configuration files
# CONFIGURATION FILES
There are four configuration files.

View file

@ -1,4 +1,4 @@
# Multilib install instructions
# MULTILIB INSTRUCTIONS
Date: 12/06/2023

View file

@ -1,4 +1,4 @@
# How to start
# HOW TO START
## Edit repositories
If you are going to use only the [SlackBuilds.org](https://slackbuilds.org) repository, you don't need to edit

View file

@ -1,4 +1,4 @@
# Installation instructions
# INSTALLATION INSTRUCTIONS
## Download

View file

@ -1,4 +1,4 @@
# Issues
# ISSUES
Please report any bugs in [ISSUES](https://gitlab.com/dslackw/slpkg/issues)

View file

@ -1,4 +1,4 @@
# MIT License
# MIT LICENSE
Copyright (c) 2022 Dimitris Zlatanidis

View file

@ -1,4 +1,4 @@
# Repositories supported
# REPOSITORIES SUPPORTED
This is the list of the supported repositories:

View file

@ -1,3 +1,3 @@
# sbo-create
# SBO-CREATE
[sbo-create](https://dslackw.gitlab.io/sbo-create/) it's a tool that creates easy, fast and safe SlackBuilds files scripts.

View file

@ -1,13 +1,13 @@
### Screenshots
# SCREENSHOTS
# Repositories information
## Repositories information
```
$ slpkg repo-info
```
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png" width="900" title="slpkg repo-info">
# Install packages
## Install packages
```
$ slpkg install lilv --repository=alien
@ -23,14 +23,14 @@ $ slpkg remove lilv
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove.png" width="900" title="slpkg remove">
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove_done.png" width="900" title="slpkg remove">
# Search for dependees
## Search for dependees
```
$ slpkg dependees --pkg-version --full-reverse greenlet
```
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_dependees.png" width="900" title="slpkg dependees">
# Tracking dependencies
## Tracking dependencies
```
$ slpkg tracking --pkg-version Flask awscli pychess

View file

@ -1,3 +1,3 @@
# Testing
# TESTING
The majority of trials have been made in Slackware x86_64 'stable' environment.