Skip to content

Commit

Permalink
Updated the link for "Extras", use relative path.
Browse files Browse the repository at this point in the history
Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
  • Loading branch information
laike9m and abn committed Aug 10, 2020
1 parent eda4f50 commit 5ce9c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ poetry install --remove-untracked
```

You can also specify the extras you want installed
by passing the `--E|--extras` option (See [Extras](https://python-poetry.org/docs/pyproject/#extras) for more info)
by passing the `--E|--extras` option (See [Extras](/docs/pyproject/#extras) for more info)

```bash
poetry install --extras "mysql pgsql"
Expand Down

0 comments on commit 5ce9c8d

Please sign in to comment.