From 711891c833162de95471414ed7f12c72e3671b15 Mon Sep 17 00:00:00 2001 From: Eli Rosenthal Date: Sat, 5 Mar 2022 11:04:42 -0800 Subject: [PATCH] Update README.md Add pointer to #87 in the section in the README on Windows support. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78933ec2..5bfb679b 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ frawk is now on [crates.io](https://crates.io/crates/frawk), so running `cargo +nightly install frawk` with the desired features should also work. While there are no _deliberate_ unix-isms in frawk, I have not tested it on Windows. +frawk does appear to build on Windows with default features disabled; see comments on [this issue](https://github.com/ezrosent/frawk/issues/87) +for more information. ## Bugs and Feature Requests