ldoc icon indicating copy to clipboard operation
ldoc copied to clipboard

How to install this?

Open eabase opened this issue 8 months ago • 3 comments
trafficstars

Hi,

Your installation instructions in the README is incomprehensible. Can you please describe how to install this on Windows?

Also, you mention dependencies... ... which can only be installed using luarocks!

So why can't luarocks also install this and dependencies?

eabase avatar Feb 23 '25 12:02 eabase

Yo take a breath man. Some people have mane this and others maintain and support it in their spare time.

Yes I agree the installation docs in the README could use cleanup, but here is a summary:

$ luarocks install ldoc

alerque avatar Feb 23 '25 20:02 alerque

@alerque Cool, so does luarocks also handle the dependencies, or it's one-at-the-time operation?

eabase avatar Feb 24 '25 01:02 eabase

Yes, it handles dependencies automatically (to the same location you install to, so global by default, but you can select user local or a specific project tree yourself).

alerque avatar Feb 24 '25 10:02 alerque