diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-29 10:25:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-29 10:25:44 -0300 |
commit | 6bd4b3305906c4d6a514605e52e2702fef33906f (patch) | |
tree | e48e3e0487b52e5ea7640908062016e9a419e163 | |
parent | 3a84b53d53bca01f3a99c3f1a87d6b35de4f6ff7 (diff) | |
download | stowpkg-6bd4b3305906c4d6a514605e52e2702fef33906f.tar.gz stowpkg-6bd4b3305906c4d6a514605e52e2702fef33906f.tar.bz2 |
Updates README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ Stowpkg: ports system based on GNU Stow ======================================= -A portable, non-conflicting Unix package manager built atop GNU Stow. +A portable, non-conflicting Unix package manager built atop of [GNU Stow](https://www.gnu.org/software/stow/). Features -------- -* Non-conflicting with any other package management in use (distro-spefic, npm, pip, etc). +* Non-conflicting with any other package management in use (distro-specific, npm, pip, etc). * Multi-target support: you can keep may isolated and independent software trees. * Multi-distro support: works for any GNU/Linux and possible any BSD-variant. * Repository signature verification using GnuPG and signed git commits. |