You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, great work! Loving the second brain tutorial - just found a minor bug in the README files under second-brain-online and second-brain-offline directories.
It currently says - 'make local-infrastructure-down' for tearing down the local infra. The right command should instead be 'make local-infrastructure-stop' as outlined in your Makwfile (local-docker-infrastructure-stop: docker compose -f ../infrastructure/docker/docker-compose.yml stop)