From 2667b71514648ed39cbbb9eb1b0446609c2f0ff6 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Sat, 15 Oct 2016 14:33:48 -0400 Subject: [PATCH] Minor edits to README.md --- README.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 687acae..ede6324 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,6 @@ A library of re-usable bash scripts -## Contents - -Executables: - -* cget.sh - -Library files: - -* command_paths.sh -* compatible_date.sh -* compatible_mktemp.sh -* conditional_get.sh -* extract_entity.xsl -* http_tools.sh -* md_tools.sh - ## Installation Download the source, change directory to the source directory, and install the source into ``/tmp`` as follows: @@ -36,11 +20,25 @@ $ export LIB_DIR=$HOME/lib $ ./install.sh $BIN_DIR $LIB_DIR ``` -An installation directory will be created if it doesn't already exist. +A target directory will be created if one doesn't already exist. The following files will be installed: + +```Shell +$ ls -1 $BIN_DIR +cget.sh + +$ ls -1 $LIB_DIR +command_paths.sh +compatible_date.sh +compatible_mktemp.sh +conditional_get.sh +extract_entity.xsl +http_tools.sh +md_tools.sh +``` ## Compatibility -Shell scripts are compatible with GNU/Linux and Mac OS. XSLT scripts are written in XSLT 1.0. +Shell scripts are compatible with both GNU/Linux and Mac OS. XSLT scripts are written in XSLT 1.0. ## Dependencies