aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxolatile2025-04-29 14:56:34 +0200
committerxolatile2025-04-29 14:56:34 +0200
commit58073e11b73013569564dad22c617984046e6841 (patch)
tree701a013ec93d179533b45f7e898ede8a9bf0cd34 /README.md
downloadxolatile-xscii-master.tar.xz
xolatile-xscii-master.tar.zst
Added most complex program ever...HEADmaster
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..8cb96d1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# xscii
+
+## xscii -- Program for printing ASCII table.
+
+Compile: `$ sh compile.sh`
+
+Install: `$ sudo sh install.sh`
+
+License: GNU/GPLv3
+
+This library depends on (these libraries are included in static version of the program):
+- xtandard: https://gitlab.com/xolatile/xtandard
+
+About this program:
+- Nothing special to say about this, I use it sometimes, you can write it with standard library too.
+- Everything related to my libraries is clean of all warning options on GCC and Valgrind (hopefully).
+
+Use:
+```bash
+$ xscii
+```