From a0ff2bc8b270f2265813ea0bd66e8bd195ae5272 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 17 Oct 2013 13:03:16 -0700 Subject: [PATCH] mention dependency on warctools fork --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 32cf8db..f685983 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,10 @@ as a trusted cert in your browser. If you don't do that, you will get the warning when you visit each new site. But worse, any embedded https content on a different server will simply fail to load, because the browser will reject the certificate without telling you. + +###Dependencies + +Currently depends on tweaks branch of my fork of warctools. +https://github.com/nlevitt/warctools/tree/tweaks +Hopefully the changes in that branch, or something equivalent, will be +incorporated into warctools mainline.