I am following quick start guide https://github.com/nerds-odd-e/doughnut/blob/main/README.md#1-quick-start---doughnut-development-environment-setup
The Part where:
Change directory to your cloned doughnut folder path and run the below:
command direnv allow gives an error (direnv: error .envrc file not found). I expected the error because file .envrc or .env is not present.
Is the documentation outdated or is direnv configuration missing?
Or am I missing some information?
I am following quick start guide https://github.com/nerds-odd-e/doughnut/blob/main/README.md#1-quick-start---doughnut-development-environment-setup
The Part where:
command
direnv allowgives an error (direnv: error .envrc file not found). I expected the error because file .envrc or .env is not present.Is the documentation outdated or is direnv configuration missing?
Or am I missing some information?