Skip to content

Commit 0897a78

Browse files
committed
Mention the need for a tar that supports .tar.xz in README.md.
See: #3
1 parent c28ebfa commit 0897a78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ The following MSBuild properties will be injected into your project:
103103
Simply run `./cake` (a [Bash](https://www.gnu.org/software/bash) script) to
104104
build artifacts.
105105

106+
Note that, on Windows, you must have a `tar` program capable of extracting
107+
`.tar.xz` archives. For example, `tar` from
108+
[Git for Windows](https://gitforwindows.org) or [MSYS2](https://www.msys2.org)
109+
will satisfy this requirement.
110+
106111
## License
107112

108113
This project is licensed under the terms found in

0 commit comments

Comments
 (0)