Skip to content

Commit

Permalink
Update the output of the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo authored Dec 20, 2016
1 parent c7bcf97 commit 2450273
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2450273

Please sign in to comment.