diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
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 +▁█▆▆▂▃▃▄▇▁ +``` |