From b75b80786530de53bbd96aaf3a9d24a30181712d Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 28 Oct 2022 00:44:40 -0500 Subject: [PATCH] Small readme updates (#112) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b352c..06e356e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Matrix public archive +# Matrix Public Archive **NB: This project is very much a work-in-progress (WIP)!** Undocumented config/secrets, using a draft branch of Hydrogen, etc. @@ -45,6 +45,8 @@ $ npm install $ cp config/config.default.json config/config.user-overrides.json $ npm run start-dev +# To enable tracing, add the `--tracing` flag +$ npm run start-dev -- --tracing ``` ## Development