From 5adde91a47e8638780e2b24018f573efda19af93 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 28 Jan 2021 20:49:59 -0500 Subject: [PATCH] add guide for running in debug mode --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aca20bcc..83da2690 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,14 @@ docker run -it --rm -p 8000:8000 \ See the `./bin/` folder and read the source of the bash scripts within. You can also run all these in Docker. For more examples see the Github Actions CI/CD tests that are run: `.github/workflows/*.yaml`. +#### Run in DEBUG mode + +```bash +archivebox config --set DEBUG=True +# or +archivebox server --debug ... +``` + #### Run the linters ```bash