From 22495ad7411f542e83c0615fd7c24d872ca6af91 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Thu, 18 Aug 2022 14:38:10 +0200 Subject: [PATCH] Improve readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bf4e76..7803422 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,14 @@ The package has to be installed via [luarocks](https://luarocks.org/): luarocks --lua-version 5.1 install lsqlite3 -To enable this `unsafe` package, add 'techage' to the list of trusted mods in minetest.conf: +To enable this `unsafe` package, add 'techage' to the list of trusted mods in `minetest.conf`: secure.trusted_mods = techage +and add the following line to your `world.mt` or `minetest.conf`: + + techage_use_sqlite = true + For the installation of 'luarocks' (if not already available), see [luarocks](https://luarocks.org/) Available worlds will be converted to 'lsqlite3', but there is no way back, so: