From 931bddaf74b36b8fe0cad967d874e25c5bbe946d Mon Sep 17 00:00:00 2001 From: Foe Date: Tue, 26 Nov 2024 21:40:27 +0100 Subject: [PATCH] Add definition link to description --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 192e628..ece4826 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ LuaLS-Eluna-Parser is a tool designed to generate Language Server Protocol (LSP) 2. **Run the Parser**: Execute the parser on the documentation HTML files. An example of this process can be seen in the PowerShell or Bash script included in this repository. 3. **Completion**: Once the parser runs successfully, the generated definitions will be ready to use. +**OR** + +Download the latest generated definitions from the build workflow action, alternatively from [this](https://nightly.link/Foereaper/LuaLS-Eluna-Parser/workflows/build/main/definitions.zip) link (provided by nightly). + ## Installation 1. **Install LuaLS**: Follow the [LuaLS installation instructions](https://luals.github.io/#vscode-install). 2. **Configure Your Workspace**: Point your workspace/LSP configuration to the location of the generated definitions.