BLAHAJ
BLAHAJ copied to clipboard
wsl support?
does it support wsl?
It should but I don't have a Windows machine to test on :shrug:
It might also be able to work natively on Windows https://crystal-lang.org/install/on_windows/
Feel free to give either a try and report back!
If you install crystal and make then you can clone the source and run make to build, but you have to copy the blahaj.exe to a folder in your PATH. Basically, install GnuWin32's port of GNU make and run these commands in a powershell or cmd prompt
winget install CrystalLang.Crystal
git clone https://github.com/GeopJr/BLAHAJ.git
cd BLAHAJ
make
cp bin\blahaj.exe FOLDER_IN_PATH