This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 2722c42659100474b21aae3504ee4cbe24f72ab4 Author: edithturn <[email protected]> AuthorDate: Fri Apr 15 12:47:10 2022 -0500 added bold to commands --- BREEZE.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BREEZE.rst b/BREEZE.rst index 605d96d52e..1e92c97cfa 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -1438,14 +1438,14 @@ but you can override it with ``RECORD_BREEZE_WIDTH`` and ``RECORD_BREEZE_TITLE`` Uninstalling Breeze =================== -Breeze was installed with ``pix``, with ``pipx list``, you can list the installed packages. -Once you have the name of the package you can proceed to uninstall it. +Breeze was installed with ``pipx``, with ``pipx list``, you can list the installed packages. +Once you have the name of ``breeze`` package you can proceed to uninstall it. .. code-block:: bash pipx list -This will also remove breeze from the folder: ${HOME}.local/bin/ +This will also remove breeze from the folder: ``${HOME}.local/bin/`` .. code-block:: bash
