Commit e34277e2 by Tencho Tenev Committed by GitHub

docs: fix typo in description for --git option of install script (#4982)

parent 1aa4d5b8
......@@ -107,7 +107,7 @@ curl -sSL https://install.python-poetry.org | python3 - --version 1.2.0
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.0 python3 -
```
You can also install Poetry for a `git` repository by using the `--git` option:
You can also install Poetry from a `git` repository by using the `--git` option:
```bash
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master
......
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