summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSt33v <stephen.pratt@calamia.com.au>2015-12-06 16:47:12 +1100
committerSt33v <stephen.pratt@calamia.com.au>2015-12-06 16:47:12 +1100
commitd3e5bd16325487415ef03e849c6116615f31f874 (patch)
tree26bb0b51ca981c7a68e48e631667501b64cb6926 /README.md
parentc7fb35ffb2a416d954528646b4a0937fe0031fdd (diff)
Added simple instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index def0011..3ce6e82 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
# kmlstitch
-Shell script that concatenates a set of kml (or kmz) route files into a single file.
+A Linux bash shell script that concatenates a set of kml (or kmz) route files into a single file.
Synonyms for concatenate: stitch combine aggregate add together
-Language is Linux bash shell.
+## Instructions
+
+- Save the script somewhere and make it executable.
+ - See: http://www.howtogeek.com/67469/the-beginners-guide-to-shell-scripting-the-basics/
+- Put the kml or kmz files in a directory called data.
+- In a terminal, navigate to the directory ABOVE /data.
+- Run the script.
+ - <emphasis>i.e.</emphasis> type <pre>kmlstitch</pre>