From ab98f0873a8fe54044bdb2d01b9bb7f362003953 Mon Sep 17 00:00:00 2001 From: Geoff Franks Date: Thu, 31 Aug 2023 19:48:05 +0000 Subject: [PATCH] Update readme for note about Windows 2019 built-in tar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c318158c..eaa80641 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ winfs-injector \ --output-tile /path/to/output.pivotal ``` -Note: On Windows operating systems you will need to use the bsd release of tar, which can be found [here](https://s3.amazonaws.com/bosh-windows-dependencies/tar-1503683828.exe). You should put this executable in your path as `tar.exe` before running the `winfs-injector` tool. +Note: On Windows operating systems prior to Windows 2019, you will need to use the bsd release of tar, which can be found [here](https://s3.amazonaws.com/bosh-windows-dependencies/tar-1503683828.exe). You should put this executable in your path as `tar.exe` before running the `winfs-injector` tool. On Windows 2019 and later, tar can be found at `C:\Windows\system32\tar.exe` ## Building