From cdf7fe9418d09eab90428ab54dd75ca8c8151d61 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Fri, 15 Sep 2023 15:31:32 -0500 Subject: README: Improve benefits formatting --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index be9acd5..32ed668 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,22 @@ The project is experimental, USE AT YOUR OWN RISK! ## Benefits - - Clear modifiable source code +### Clear modifiable source code - These programs are written in a simple and easy to understand programming - language called Golang. Slackware's official tools are written in a - programming language (bash) which is harder to understand and customize. +These programs are written in a simple and easy to understand programming +language called Golang. Slackware's official tools are written in a +programming language (bash) which is harder to understand and customize. - - Stable +### Stable - Do you run Slackware Current? Ever mess up an update? +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. - 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. +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 -- cgit v1.2.3