# Slurm A half-baked shell. # Building ```bash git clone https://github.com/TheSlugInTub/Slurm.git cd Slurm mkdir build cd build cmake .. cd .. cmake --build bld/ --config Release ``` You'll need git, cmake, and a compiler for cmake to function.