Skip to content

Commit

Permalink
docs: fix typo in description for --git option of install script (#4982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tencho Tenev authored Jan 5, 2022
1 parent 1aa4d5b commit e34277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e34277e

Please sign in to comment.