git clone https://github.com/lloydeverett/lua-cosmologist
cd lua-cosmologist
wget https://github.com/jart/cosmopolitan/releases/download/4.0.2/cosmocc-4.0.2.zip
unzip cosmocc-4.0.2.zip -d cosmocc
rm cosmocc-4.0.2.zipcd example
../cosmologist .
./bin/exampleSee the platform notes listed here if you have any difficulty running the output binary.
Simply ensure the cosmologist program at the root of the repository is on your $PATH.
mkdir -p "$HOME/.local/bin"
ln -s $(realpath ./cosmologist) "$HOME/.local/bin/cosmologist"(The above assumes ~/.local/bin is on your shell $PATH. If not, either install envman or append export PATH="$HOME/.local/bin:$PATH" to your shell profile.)