19 lines
563 B
Markdown
19 lines
563 B
Markdown
#USAGE
|
|
|
|
* all
|
|
- shows all words in heonian
|
|
* search \<query\>
|
|
- searches all words and shows only those that return to [string.find()](https://www.lua.org/pil/20.1.html)
|
|
* transcript \<word\>
|
|
- transcripts the word to [heonian script](https://cronut.cafe/~lustlion/myrheon/test/)
|
|
|
|
#INSTALL
|
|
|
|
##Linux
|
|
* 1. Run install.sh
|
|
- Preferibly as root, if you run as nonroot your install will be on your local user bin.
|
|
* 2. Now you can run "heonian" or "lexicon" to use this app
|
|
|
|
##Windows
|
|
* There is no windows installer yet
|
|
- Just run "lexicon" here. |