M README.md => README.md +4 -3
@@ 1,5 1,5 @@
```
- ____ ____ ____ ____
+ ____ ____ ____ ____
||t |||h |||e |||z ||
||__|||__|||__|||__||
|/__\|/__\|/__\|/__\|
@@ 11,13 11,14 @@ I wanted to have a quick, no frills thesaurus that I could access with the CLI.
### Prerequisites
+ Python 3
-+ POSIX compatible [make](https://is.gd/RB94Y8) (i.e. GNU make, Bmake, etc.)
++ POSIX [make](https://pubs.opengroup.org/onlinepubs/009695399/utilities/make.html)
+ An internet connection
-> Shout out to @Manwholikespie for writing the included opensource thesaurus API
+> Shout out to `Manwholikespie` for writing the included opensource thesaurus API
### Installation
Simply run:
+
```bash
# install our dependencies
make deps # installs the thesaurus API in ~/.local
M thez.py => thez.py +10 -0
@@ 1,4 1,14 @@
#!/usr/bin/env python3
+#
+# thez - a fast command line thesaurus
+#
+# author: voidraven
+# https://git.sr.ht/~voidraven/thez
+# license: bsd 3-clause
+#
+# Dependencies: Python 3, make, internet (duh.)
+#
+
import thesaurus as th
from thesaurus import Word