From 2450273069c97fd1dc0c8e67fb8b91f0465e5ebe Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Mon, 19 Dec 2016 19:41:43 -0500 Subject: [PATCH] Update the output of the install script --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 05c969c..88bee2b 100644 --- a/README.md +++ b/README.md @@ -25,18 +25,12 @@ A target directory will be created if one doesn't already exist. The following f ```Shell $ ls -1 $BIN_DIR cget.sh -check_idp_error_urls.sh -list_local_idp_error_urls.sh -probe_saml_idp.sh $ ls -1 $LIB_DIR command_paths.sh compatible_date.sh compatible_mktemp.sh config_tools.sh -extract_IdP_entityIDs.xsl -extract_IdP_names.xsl -extract_InCommon_IdP_entityIDs.xsl extract_entity.xsl http_tools.sh md_tools.sh @@ -49,25 +43,27 @@ Next download the SAML IdP Probe project source, change directory to the source $ ./install.sh $BIN_DIR $LIB_DIR ``` -The following files will be installed: +Altogether the following files will be installed: ```Shell $ ls -1 $BIN_DIR cget.sh check_idp_error_urls.sh list_local_idp_error_urls.sh - +probe_saml_idp.sh $ ls -1 $LIB_DIR command_paths.sh compatible_date.sh compatible_mktemp.sh +config_tools.sh extract_IdP_entityIDs.xsl extract_IdP_names.xsl extract_InCommon_IdP_entityIDs.xsl extract_entity.xsl http_tools.sh md_tools.sh +saml_tools.sh ``` ## Overview