From 6cf318488da25f8bd1830c47e4a39923b8dbac70 Mon Sep 17 00:00:00 2001 From: Cody Koeninger Date: Wed, 24 Feb 2021 10:57:25 -0600 Subject: [PATCH] Update README.md note about https://github.com/cloudflare/wrangler/issues/1765 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b18a0df76..5e675b52d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you don't have `cargo` or `npm` installed, you will need to follow these [add ### Install on Windows -[perl is an external dependency of crate openssl-sys](https://github.com/sfackler/rust-openssl/blob/b027f1603189919d5f63c6aff483243aaa188568/openssl/src/lib.rs#L11-L15). If installing with cargo, you will need to have it installed. Installing with `npm` is another option if you don't want to install perl. +[perl is an external dependency of crate openssl-sys](https://github.com/sfackler/rust-openssl/blob/b027f1603189919d5f63c6aff483243aaa188568/openssl/src/lib.rs#L11-L15). If installing wrangler with cargo, you will need to have perl installed. We've tested with [Strawberry Perl](https://www.perl.org/get.html). If you instead install perl via scoop, you may need to also run `scoop install openssl` in order to get the necessary openssl dlls. Installing wrangler with `npm` instead of cargo is another option if you don't want to install perl. ## Updating