Make a mention of file location

This commit is contained in:
Dexter 2020-07-18 08:52:20 +01:00 committed by GitHub
parent f990852cde
commit 27d5ecbc91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ For clarifications or suggestions on anything, please don't hesitate to contact
## Using ## Using
Since kiwmi does not have any logic in itself, all logic must be provided by lua scripts, specifically the init.lua file. Since kiwmi does not have any logic in itself, all logic must be provided by lua scripts, specifically the init.lua file.
See the lua_docs.md for a ruleset for the lua files. To test a lua command / file, you can use the kiwmi client (kiwmic). See the lua_docs.md for a ruleset for the lua files. To test a snippet of lua code, you can use the kiwmi client (kiwmic).
By default, no lua configuration file is supplied. If you *really* want an example, you can look at https://github.com/zena1/kiwmi./blob/master/init.lua By default, no lua configuration file is supplied. You can place the file at ~/.config/kiwmi/init.lua If you *really* want an example, you can look at https://github.com/zena1/kiwmi./blob/master/init.lua