Wrap Red-DiscordBot[postgres] in quotes in Unix install docs (#4697)

* Docs: added brackets escape note for Linux/macOS installation

* Corrected punctuation for bracket escaping note

* Use quotes - those work on cmd, bash, zsh, and probably other shells

* Minimize the diff

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Dennis 2021-01-29 19:39:46 +01:00 committed by GitHub
parent 577dbfddb6
commit 51c17110ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ Or, to install with PostgreSQL support:
.. code-block:: none .. code-block:: none
python -m pip install -U pip setuptools wheel python -m pip install -U pip setuptools wheel
python -m pip install -U Red-DiscordBot[postgres] python -m pip install -U "Red-DiscordBot[postgres]"
.. note:: .. note::