aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-01-23 13:26:14 +0000
committerJoursoir <chat@joursoir.net>2021-01-23 13:26:14 +0000
commit5f8d72145e9b139662bcd39cd9964fe82190ca7d (patch)
tree16c58cbfa7981e927d50866d97a8c944366775ce /README.md
parent0fe4538cb8795ab1cc26555fbc330c1b692baff4 (diff)
downloadspark-master.tar.gz
spark-master.tar.bz2
spark-master.zip
add README.md; fix typos in spark.shHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6eb6221
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Spark
+▁▂▃▄▅▆▇█
+
+## Installation:
+Run `sudo make install`. The `PREFIX` controls installation path, which is `/usr/local/bin` by default.
+
+## Synopsis:
+spark [-h|--help] [number] ...
+
+## Examples:
+
+```
+[joursoir@arch ~]$ spark 0 97 77 71 13 28 34 41 91 8
+▁█▆▆▂▃▃▄▇▁
+```