Installation
Windows: Automatic Installation
Section titled “Windows: Automatic Installation”You can quickly install GLuaX on Windows using the auto-install script. Open PowerShell and run:
irm https://raw.githubusercontent.com/gluax-lang/gluax/main/installer/windows.ps1 | iexFor those who want to review the script before running it, you can view the source code here.
Manual Installation
Section titled “Manual Installation”- Download the latest release from the GitHub repository.
- Extract the downloaded archive to a directory of your choice.
- Add the GLuaX binary to your system’s PATH.
# Example for Unix-based systemsexport PATH=$PATH:/path/to/gluax/bin- Verify the installation by running:
gluax --version