Commit 3fe88386 by Pablo Emídio S.S Committed by GitHub

Fix: Missing bash key formatter in code block (#7318)

parent b69019b7
...@@ -239,11 +239,11 @@ poetry@preview --version ...@@ -239,11 +239,11 @@ poetry@preview --version
Finally, `pipx` can install any valid [pip requirement spec](https://pip.pypa.io/en/stable/cli/pip_install/), which Finally, `pipx` can install any valid [pip requirement spec](https://pip.pypa.io/en/stable/cli/pip_install/), which
allows for installations of the development version from `git`, or even for local testing of pull requests: allows for installations of the development version from `git`, or even for local testing of pull requests:
``` ```bash
pipx install --suffix @master git+https://github.com/python-poetry/poetry.git@master pipx install --suffix @master git+https://github.com/python-poetry/poetry.git@master
pipx install --suffix @pr1234 git+https://github.com/python-poetry/poetry.git@refs/pull/1234/head pipx install --suffix @pr1234 git+https://github.com/python-poetry/poetry.git@refs/pull/1234/head
``` ```
{{< /step >}} {{< /step >}}
{{< step >}} {{< step >}}
**Update Poetry** **Update Poetry**
......
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