diff --git a/docs/docs/reference/developer_references/debugging.md b/docs/docs/reference/developer_references/debugging.md index 12fab8f69ba..29b6be17ff4 100644 --- a/docs/docs/reference/developer_references/debugging.md +++ b/docs/docs/reference/developer_references/debugging.md @@ -51,7 +51,7 @@ Prepend the command to start the sandbox with `DEBUG=aztec:*` to log everything ```bash # Using the docker-compose.yml setup -cd ~./aztec && DEBUG=aztec:* docker-compose up +cd ~/.aztec && DEBUG=aztec:* docker-compose up ``` Alternatively you can update the `DEBUG` environment variable in docker-compose.yml and start the sandbox normally.