]> Dogcows Code - chaz/groupsecret/commitdiff
remove WIP parts of the pod
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 30 Nov 2017 06:41:22 +0000 (23:41 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 30 Nov 2017 06:53:40 +0000 (23:53 -0700)
bin/groupsecret

index 5f13ab468b064c46d9308809bc6f10917cc4783a..472d33f13855d0518ab439b469eae695f4813dc9 100755 (executable)
@@ -21,7 +21,7 @@
 
 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<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).
 
 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<show-secret>
 
 =head1 INSTALL
 
 
 =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
 L</REQUIREMENTS> installed.
 
 =head2 Using cpanm
@@ -180,15 +180,6 @@ If you're installing to your system perl, you can do:
 to install the F<groupsecret> executable to a system directory, like F</usr/local/bin/groupsecret>
 (depending on your perl).
 
 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
 =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>.
 
 
 Defaults to C<.:keys:$HOME/.ssh>.
 
-=head1 EXAMPLES
-
-=head2 ansible-vault
-
-TODO
-
 =cut
 
 use warnings FATAL => 'all';
 =cut
 
 use warnings FATAL => 'all';
This page took 0.02377 seconds and 4 git commands to generate.