From 5ddfc5667c293574ede04239be9a81e1ca1259a0 Mon Sep 17 00:00:00 2001 From: s0600204 Date: Sun, 26 Dec 2021 21:01:39 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9601e2..24c8ad1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ https://install.python-poetry.org/. Poetry provides a custom installer that will install `poetry` isolated from the rest of your system. -### osx / linux / bashonwindows install instructions +### osx / linux / bashonwindows / Windows+MinGW install instructions ```bash curl -sSL https://install.python-poetry.org | python - ```