diff options
author | Adam Spiers <stow@adamspiers.org> | 2016-11-21 14:56:26 +0000 |
---|---|---|
committer | Adam Spiers <stow@adamspiers.org> | 2019-06-25 16:52:33 +0100 |
commit | 72ef83cebd645a0051e16b5d3c04be8b5e3de1e2 (patch) | |
tree | 15238667b8eb6196164734510b6cb5db5c57ef0d /lib | |
parent | a70c60e888d572b95326e0223cbaa39fbcab58b0 (diff) | |
download | stow-72ef83cebd645a0051e16b5d3c04be8b5e3de1e2.tar.gz |
Fix old descriptions of Stow (#22)
De-emphasise the package management aspects, since these days
almost everyone prefers to use modern package managers such as
rpm / dpkg / Nix for (system-wide) package management.
Also include more popular modern use cases for Stow such as management
of dotfiles and software compiled in the user's $HOME directory.
Fixes #22: https://github.com/aspiers/stow/issues/22
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Stow.pm.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index e190c6c..fac2c9c 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -4,7 +4,7 @@ package Stow; =head1 NAME -Stow - manage the installation of multiple software packages +Stow - manage farms of symbolic links =head1 SYNOPSIS |