Skip to content

Commit

Permalink
Update README with note on glob support on Windows
Browse files Browse the repository at this point in the history
See issue #1233 .
  • Loading branch information
robole committed Oct 15, 2020
1 parent 07ca976 commit 0dcb8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dcb8a1

Please sign in to comment.