Actualizar 'README.md'

Install
This commit is contained in:
bizcochito 2022-03-23 01:17:34 +09:00
parent 103fdafe60
commit fd76c1c487

View File

@ -1,8 +1,19 @@
execute lexicon with the arguments u want: #USAGE
* all * all
- shows all words in heonian - shows all words in heonian
* search \<query\> * search \<query\>
- searches all words and shows only those that return to [string.find()](https://www.lua.org/pil/20.1.html) - searches all words and shows only those that return to [string.find()](https://www.lua.org/pil/20.1.html)
* transcript \<word\> * transcript \<word\>
- transcripts the word to [heonian script](https://cronut.cafe/~lustlion/myrheon/test/) - 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.