Installing Hades
Installing a via an install script
Installing is as easy as pasting a command in your command-line.
wget -O - https://raw.githubusercontent.com/Azer0s/HadesLang/master/install.sh | bashCompiling yourself
On Linux and MacOS you can compile and install Hades manually.
Prerequisites
make
dotnet-core
git
Installation process
git clone https://github.com/Azer0s/HadesLang.git
cd HadesLang
./configure # choose default libraries and install path
make
make installLast updated