From d1692c8deb7002f3316fedee0db22cfe4d5b4460 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Sun, 26 Nov 2017 12:28:41 -0800 Subject: [PATCH] Add link to wiki on README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 236759ca..381cbcfc 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,10 @@ without running many computations. As a result, there's a large memory overhead. For example, a full index of Chrome will take about 10gb of memory. If you exclude v8, webkit, and third_party, it goes down to about 6.5gb. +# Wiki + +There are some additional tips on the [wiki](https://github.com/jacobdufault/cquery/wiki). + # Chromium tips Chromium is a very large codebase, so cquery benefits from a bit of tuning.