diff --git a/README.md b/README.md index b701793..a576c2b 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,6 @@ XSLT transformations of SAML metadata -## Contents - -Executables: - -* http_xsltproc.sh - -Library files: - -* list_all_IdP_DisplayNames_csv.xsl -* list_all_IdPs_csv.xsl -* list_all_RandS_IdPs_csv.xsl -* list_all_RandS_SPs_csv.xsl -* list_all_SPs_csv.xsl - ## Installation Download the source, change directory to the source directory, and install the source into ``/tmp`` as follows: @@ -34,7 +20,19 @@ $ export LIB_DIR=$HOME/lib $ ./install.sh $BIN_DIR $LIB_DIR ``` -An installation directory will be created if it doesn't already exist. +An installation directory will be created if one doesn't already exist. In any case, the following files will be installed: + +```Shell +$ ls -1 $BIN_DIR +http_xsltproc.sh + +$ ls -1 $LIB_DIR +list_all_IdP_DisplayNames_csv.xsl +list_all_IdPs_csv.xsl +list_all_RandS_IdPs_csv.xsl +list_all_RandS_SPs_csv.xsl +list_all_SPs_csv.xsl +``` ## Overview