From 22bcea8ccb0633d5070d178453cd5838af8befd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IT=E4=B8=8D=E5=80=92=E7=BF=81=20=28Zhao=20Binyan=29?= Date: Wed, 23 Aug 2017 12:07:54 +0800 Subject: [PATCH] Update README.md resolve #204 db.results.ensureIndex( { 'meta.simple_url' : 1 } ) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 903d62e10..b0ec79aec 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Installation > db.results.ensureIndex( { 'profile.main().mu' : -1 } ) > db.results.ensureIndex( { 'profile.main().cpu' : -1 } ) > db.results.ensureIndex( { 'meta.url' : 1 } ) + > db.results.ensureIndex( { 'meta.simple_url' : 1 } ) ``` 7. Run XHGui's install script. The install script downloads composer and