-
Hi, I just installed
Right now I'm using the Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you installed with
I presume you're running |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried installing
Full log: |
Beta Was this translation helpful? Give feedback.
Ah, you're using the AUR git package.
That package currently doesn't have the Lua API (also it's a bit broken). The package maintainer hasn't responded to my requests to add the API in.
If you're willing to use an external PKGBUILD, I've been using thisremove the .txt, github won't let me upload it without the extension. I was gonna upload it but the current package maintainer uploaded their version first. I may have some time later this week to upload a non-git package, seeing as we're in the process of releasing v0.1.
Otherwise, you'll need to clone from source and install the Lua API locally with
just install
and addeval $(luarocks path)
to your.bashrc
. Though I do recommend that abo…