Commit 67075370 by Kyle J. Roux Committed by GitHub

Update docs/docs/index.md

Co-Authored-By: Géry Ogam <gery.ogam@gmail.com>
parent 89a7c559
......@@ -22,7 +22,7 @@ curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.p
```
### windows powershell install instructions
```powershell
$(Invoke-WebRequest -Uri https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py).Content | python
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py -UseBasicParsing).Content | python
```
!!! note
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment