Installation
Currently, DryLang is compiled from source via Go.
Prerequisites
- Go 1.22 or newer installed on your machine.
Build from Source
- Clone the repository:
bash
git clone https://github.com/zakyislm/drylang.git
cd drylang
- Build the executable:
(On Windows, use go build -o dry.exe .)
- Add the binary to your system PATH to use the
dry command anywhere.
One-line Install (Linux/macOS)
bash
curl -sSL https://raw.githubusercontent.com/zakyislm/drylang/master/installers/install.sh | bash
PowerShell Install (Windows)
powershell
irm https://raw.githubusercontent.com/zakyislm/drylang/master/installers/install.ps1 | iex