X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgroupsecret;a=blobdiff_plain;f=bin%2Fgroupsecret;h=472d33f13855d0518ab439b469eae695f4813dc9;hp=5f13ab468b064c46d9308809bc6f10917cc4783a;hb=5022e85ffbf08f4261734c73906f8aa5b1a82715;hpb=08cddfc84b3aadcd447b708d89b560e21015faac diff --git a/bin/groupsecret b/bin/groupsecret index 5f13ab4..472d33f 100755 --- a/bin/groupsecret +++ b/bin/groupsecret @@ -21,7 +21,7 @@ L 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 password; see L for more about this particular use case. +L 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). @@ -160,7 +160,7 @@ Aliases: (no command), C =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 installed. =head2 Using cpanm @@ -180,15 +180,6 @@ If you're installing to your system perl, you can do: to install the F executable to a system directory, like F (depending on your perl). -=head2 Downloading just the executable - -You may also choose to download F 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 @@ -221,12 +212,6 @@ for in the filesystem based on the value of this environment variable. Defaults to C<.:keys:$HOME/.ssh>. -=head1 EXAMPLES - -=head2 ansible-vault - -TODO - =cut use warnings FATAL => 'all';