From 1be6471d5373fa185802cc9fc6ccf44021560775 Mon Sep 17 00:00:00 2001 From: takmg Date: Fri, 10 Jul 2020 22:36:47 +0900 Subject: [PATCH] =?UTF-8?q?README=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6307438..e595089 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ All static pages under the site URL will be downloaded. * save_path ... Save destination directory name. * search_depth ... Specify the depth to search. * encoding ... Specify the Html Encoding. - * multithread ... Run with multi-thread(true or false) + * multithread ... Run with multi-thread(true or false) \ + Specify false when operating on linux or wsl. * basetag_relative ... Replace the resource URI and link URI with the relative path from the base tag.(true or false) \ If false, it will be replaced with the relative path from the HTML file.