From 2de9cf20158c7ccf5da6674bf76d694b7e1dc9f8 Mon Sep 17 00:00:00 2001 From: usysrc Date: Fri, 27 Dec 2024 20:18:22 +0100 Subject: [PATCH] docs: :book: update README to specify copying lick.lua into the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a710f0e..6fab53b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The library overrides the default [love.run](https://love2d.org/wiki/love.run) f ### Getting Started -To use the livecoding library, simply require it in your `main.lua` file and set the desired parameters. The library will handle the rest, ensuring that your changes are reflected in real-time. +To use the livecoding library, simply copy `lick.lua` into your project and require it in your own `main.lua` file and set the desired parameters. The library will handle the rest, ensuring that your changes are reflected in real-time. # Optional Parameters * lick.files = {"main.lua", "anotherfile.lua"} -- list of files to watch, default is {"main.lua"}