aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md15
-rwxr-xr-xspark.sh2
2 files changed, 16 insertions, 1 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
+▁█▆▆▂▃▃▄▇▁
+```
diff --git a/spark.sh b/spark.sh
index ceac7b4..6e19227 100755
--- a/spark.sh
+++ b/spark.sh
@@ -23,7 +23,7 @@ then
Code was written by Joursoir <chat@joursoir.net>
This is free and unencumbered software released into the public domain.
- Synopsis: spark [number] [number] [number] ...
+ Synopsis: spark [-h|--help] [number] ...
EOF
exit 0
fi