From 0dcb8a148a01e778a9ba78d1e97e583da2e97f5f Mon Sep 17 00:00:00 2001 From: Rob OLeary Date: Thu, 15 Oct 2020 20:18:16 +0800 Subject: [PATCH] Update README with note on glob support on Windows See issue #1233 . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bce6c91a4..1b45949be 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Arguments: ```sh $ svgo *.svg ``` + Windows does not support glob expansion. The command above will not work on Windows. ```sh $ svgo test.svg -o test.min.svg