diff options
Diffstat (limited to 'net/tools/tld_cleanup/README')
-rw-r--r-- | net/tools/tld_cleanup/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tools/tld_cleanup/README b/net/tools/tld_cleanup/README index 03cd56f..adaac7e 100644 --- a/net/tools/tld_cleanup/README +++ b/net/tools/tld_cleanup/README @@ -1,4 +1,4 @@ -When updating src/net/base/effective_tld_names.dat: +When updating src/net/base/registry_controlled_domains/effective_tld_names.dat: 1. Obtain the new effective_tld_names.dat, probably by downloading http://goo.gl/Ji2bB @@ -11,7 +11,7 @@ When updating src/net/base/effective_tld_names.dat: 5. Run it (no arguments needed), typically from src/build/Release or src/build/Debug. It will re-generate - src/net/base/effective_tld_names.gperf. + src/net/base/registry_controlled_domains/effective_tld_names.gperf. 6. Run gperf on the new effective_tld_names.gperf: gperf -a -L "C++" -C -c -o -t -k '*' -NFindDomain -D -m 5 \ |