about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-02-15 20:10:49 -0500
committerZach DeCook <zachdecook@gmail.com>2018-02-15 20:10:49 -0500
commit69ba0e96436687d31b4b898c9e05f18b6b2ec174 (patch)
tree4f36937aa8138cc9d4155fa893339460ecbff113 /README.md
parentdf6ffc3da9d202aa1dd5bcfb363e938871681f44 (diff)
downloadprosongsa-69ba0e96436687d31b4b898c9e05f18b6b2ec174.tar.gz
* Prosongsa: Add Readme and example inputfile
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3edbe11
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Prosongsa
+
+## Setup
+
+* Have the ability to serve php files.
+* Clone this repository, including the submodules, into such a place.
+
+	```git clone --recursive https://github.com/earboxer/prosongsa.git```
+	
+	If you've already cloned without the submodules, you can use
+	`git submodule update --init --recursive`.
+	
+* Create file `inputfile.txt` in this directory
+	(see `inputfile.example.txt` for example format).
+* Navigate to the page where index.php is being served from.
+
+## Acknowledgements
+
+* Github user [mzarillo](https://github.com/mzarillo) for
+	[ccharter](https://github.com/earboxer/ccharter) script.
+* Ruslan Keba from http://guitar-chords-chart.net for guitar chords fingering data.