From 234963a72a33dca085af603b813df2430fae9402 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Sun, 23 Oct 2016 16:22:59 -0400 Subject: [PATCH] Remove contents section --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) 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