get an error on the make command on macOS Monterey
I propose to add the line noted below to the build from source instructions
The exact steps required may differ, depending on your operating system:
mkdir ~/rakudo && cd $_
git init <====== this fixes the error
curl -LJO https://rakudo.org/latest/rakudo/src
tar -xvzf rakudo-.tar.gz
cd rakudo-
perl Configure.pl --backend=moar --gen-moar
make <====== here
# If you wish, you can run the tests # Depending on your machine, they could take over half an hour to run
make test
make spectest
make install
echo "export PATH=$(pwd)/install/bin:$(pwd)/install/share/perl6/site/bin:$PATH"
>> ~/.bashrc
source ~/.bashrc