L<groupsecret> is a program that makes it easy for groups to share a secret between themselves
without exposing the secret to anyone else. It could be used, for example, by a team to share an
-L<ansible-vault(1)> password; see L</ansible-vault> for more about this particular use case.
+L<ansible-vault(1)> password.
The goal of this program is to be easy to use and have few dependencies (or only have dependencies
users are likely to already have installed).
=head1 INSTALL
-There are several ways to install groupsecret to your system. First, make sure you first have the
+There are a few ways to install groupsecret to your system. First, make sure you first have the
L</REQUIREMENTS> installed.
=head2 Using cpanm
to install the F<groupsecret> executable to a system directory, like F</usr/local/bin/groupsecret>
(depending on your perl).
-=head2 Downloading just the executable
-
-You may also choose to download F<groupsecret> as a single executable, like this:
-
- curl -OL https://raw.githubusercontent.com/chazmcgarvey/groupsecret/solo/groupsecret
- chmod +x groupsecret
-
-This executable is fat-packed and includes all the non-core Perl module dependencies built-in.
-
=head2 For developers
If you're a developer and want to hack on the source, clone the repository and pull the
Defaults to C<.:keys:$HOME/.ssh>.
-=head1 EXAMPLES
-
-=head2 ansible-vault
-
-TODO
-
=cut
use warnings FATAL => 'all';