From 5022e85ffbf08f4261734c73906f8aa5b1a82715 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Wed, 29 Nov 2017 23:41:22 -0700 Subject: [PATCH] remove WIP parts of the pod --- bin/groupsecret | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) 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'; -- 2.43.0