mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
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:
parent
577dbfddb6
commit
51c17110ad
@ -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::
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user