summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-08-29 17:30:23 +0300
committerSam Thursfield <sam@afuera.me.uk>2019-09-14 12:09:19 +0200
commitb1b130ac93ad6b6875a7e5a264388d76c5c39b53 (patch)
tree5e51790f313e5386968af34513f02d973cb93485 /README.md
parentd286930db174ee5e0576c5c965d261a6b92ab052 (diff)
downloadtracker-b1b130ac93ad6b6875a7e5a264388d76c5c39b53.tar.gz
Add HACKING.md
This talks about how to enable different kinds of logging output from the functional tests, now that the previous commit has introduced some sanity into the logging. Attaching debugger is also discussed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1ec0f855..c94639b87 100644
--- a/README.md
+++ b/README.md
@@ -131,4 +131,4 @@ interactive shell inside the sandbox. From here you can use debugging tools
such as GDB.
For more information about developing Tracker, look at
-https://wiki.gnome.org/Projects/Tracker.
+https://wiki.gnome.org/Projects/Tracker and HACKING.md.