Skip to content

Commit

Permalink
Docs: self:update changed to self update (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer authored and kasteph committed Nov 17, 2019
1 parent a533905 commit 39c57cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,28 +117,28 @@ pipx uninstall poetry

## Updating `poetry`

Updating poetry to the latest stable version is as simple as calling the `self:update` command.
Updating Poetry to the latest stable version is as simple as calling the `self update` command.

```bash
poetry self:update
poetry self update
```

If you want to install prerelease versions, you can use the `--preview` option.
If you want to install pre-release versions, you can use the `--preview` option.

```bash
poetry self:update --preview
poetry self update --preview
```

And finally, if you want to install a specific version you can pass it as an argument
to `self:update`.
And finally, if you want to install a specific version, you can pass it as an argument
to `self update`.

```bash
poetry self:update 0.8.0
poetry self update 0.8.0
```

!!!note

The `self:update` command will only work if you used the recommended
The `self update` command will only work if you used the recommended
installer to install Poetry.


Expand Down

0 comments on commit 39c57cc

Please # to comment.