mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for install
This commit is contained in:
parent
a26f2df6c2
commit
8ba242dcff
4 changed files with 21 additions and 18 deletions
|
@ -7,8 +7,10 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for theme">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for issues">
|
||||
<change afterPath="$PROJECT_DIR$/docs/install.md" 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>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
@ -80,13 +82,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1670414596656</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02111" summary="Updated for branch">
|
||||
<created>1686550299524</created>
|
||||
<option name="number" value="02111" />
|
||||
<option name="presentableId" value="LOCAL-02111" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686550299524</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02112" summary="Added fr pages">
|
||||
<created>1686550453476</created>
|
||||
<option name="number" value="02112" />
|
||||
|
@ -423,7 +418,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1686560967468</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2160" />
|
||||
<task id="LOCAL-02160" summary="Updated for issues">
|
||||
<created>1686561121929</created>
|
||||
<option name="number" value="02160" />
|
||||
<option name="presentableId" value="LOCAL-02160" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686561121929</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2161" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.History.Properties">
|
||||
|
@ -462,7 +464,6 @@
|
|||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="Fixed for typing" />
|
||||
<MESSAGE value="Updated for download" />
|
||||
<MESSAGE value="Updated for tuple" />
|
||||
<MESSAGE value="Updated for version 4.8.8" />
|
||||
|
@ -487,6 +488,7 @@
|
|||
<MESSAGE value="Updated for cli" />
|
||||
<MESSAGE value="Updated for index" />
|
||||
<MESSAGE value="Updated for theme" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updated for theme" />
|
||||
<MESSAGE value="Updated for issues" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updated for issues" />
|
||||
</component>
|
||||
</project>
|
|
@ -220,13 +220,6 @@ Slackware for x86_64 - multilib packages & install instructions:
|
|||
Please read the file [README](https://gitlab.com/dslackw/slpkg/-/raw/master/filelists/multilib/README) you will find in the folder [multlib](https://gitlab.com/dslackw/slpkg/-/tree/master/filelists/multilib)
|
||||
|
||||
|
||||
### Issues
|
||||
|
||||
Please report any bugs in [ISSUES](https://gitlab.com/dslackw/slpkg/issues)
|
||||
|
||||
Note: With the issue, please reference the log file you will find in the /tmp/slpkg/logs/slpkg.log path and paste it too.
|
||||
|
||||
|
||||
### Donate
|
||||
|
||||
⬇ Did you know that we developers love coffee? Please, treat me to a coffee ☕ !
|
||||
|
|
7
docs/install.md
Normal file
7
docs/install.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
### Installation
|
||||
|
||||
```
|
||||
$ tar xvf slpkg-4.8.9.tar.gz
|
||||
$ cd slpkg-4.8.9
|
||||
$ ./install.sh
|
||||
```
|
|
@ -8,6 +8,7 @@ site_dir: public
|
|||
nav:
|
||||
- Home: 'index.md'
|
||||
- Issues: 'issues.md'
|
||||
- Install: 'install.md'
|
||||
|
||||
repo_url: https://gitlab.com/dslackw/slpkg
|
||||
|
||||
|
|
Loading…
Reference in a new issue