From 89f35fa4e01308a12a612a3498488f88194d262c Mon Sep 17 00:00:00 2001 From: Charlotte Meyer Date: Wed, 11 Aug 2021 17:39:42 +0000 Subject: [PATCH] Add lua dependency --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b766f14..07b0fbd 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ Documentation for the API can be found in [lua_docs.md](lua_docs.md). The dependencies required are: - [wlroots](https://github.com/swaywm/wlroots) -- meson (building) -- ninja (building) +- lua or luajit +- meson (build) +- ninja (build) - git (build, optional) ### Building