From 51c17110ad92de98ab52da454b91589b7fb7082b Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 29 Jan 2021 19:39:46 +0100 Subject: [PATCH] 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> --- docs/install_linux_mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index a8861d0cd..f57cca5e6 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -444,7 +444,7 @@ Or, to install with PostgreSQL support: .. code-block:: none 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::