diff options
author | Slack Coder <slackcoder@server.ky> | 2022-04-29 10:57:19 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2022-04-29 10:57:19 -0500 |
commit | c74d8aa270583ab2d2a38d41439312af3ea0d810 (patch) | |
tree | 593844e6d669c4c556e828225116ec03950bd0d2 | |
parent | 552044b669c1558519a31deac531b8e33e90f55c (diff) | |
download | pkgtools-go-c74d8aa270583ab2d2a38d41439312af3ea0d810.tar.xz |
README: ellaborate on funding and issue reports
-rw-r--r-- | README.md | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -2,8 +2,6 @@ An alternative set of Slackware's core package management tools. -Planned improvements and known issues are listed on the project's [issue tracker](https://todo.sr.ht/~slack-coder/pkgtools-go). You can help improve this project through [funding](https://funding.server.ky/project/pkgtools-go). - ## Benefits - Clear modifiable source code @@ -14,15 +12,28 @@ Planned improvements and known issues are listed on the project's [issue tracker - Stable - Ever mess up an update on Slackware? This project will allow you to - (somewhat) install or remove packages even on a broken system, making it - easier to recover the system. + Do you run Slackware Current? Ever mess up an update? + + This project will allow you to more reliably install or remove packages, + making it easier to recover a broken system. Slackware's package tools like 'installpkg' contain dependencies on commands like 'tar' and 'tar's library dependencies. These alternatives have no runtime dependencies, except when running a package's install/uninstall scripts, or ldconfig. +## Contributing + +Planned improvements and known issues are listed on the project's [issue +tracker](https://todo.sr.ht/~slack-coder/pkgtools-go). Please check there +before making any bug reports. + +You can help improve the project through +[funding](https://funding.server.ky/project/pkgtools-go). You will be able to +influence the direction and speed of project development, while matching +other's contributions. For more information, take a look the site's +'[about](https://funding.server.ky/project/pkgtools-go/about)' page. + ## Install The recommended way to build these tools is to call this command from within |