From f990852cded2e9d451c4c21a4f5b587e1938cf23 Mon Sep 17 00:00:00 2001 From: Dexter <61384688+DRG-developer@users.noreply.github.com> Date: Fri, 17 Jul 2020 21:27:19 +0100 Subject: [PATCH] Init.lua is mentioned now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b0c8ad..0902d07 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ For clarifications or suggestions on anything, please don't hesitate to contact ## Using -Since kiwmi does not have any logic in itself, all logic must be provided by lua scripts. -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). +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). 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