From 90406be9ea6c3e6ecb14a768b34a7e9f0d7bb5d8 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sun, 26 Dec 2021 21:50:54 +0100 Subject: [PATCH] Remove old note about updating Red in Unix install guides (#5439) This was removed long ago from the Windows guide (#4119) but it seems like we never got around to removing it from Unix install guides as well. This note is rather inaccurate and the source of truth for updating Red is available in the Updating Red document. --- docs/install_guides/_includes/install-and-setup-red-unix.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/install_guides/_includes/install-and-setup-red-unix.rst b/docs/install_guides/_includes/install-and-setup-red-unix.rst index c291c9e17..25b403678 100644 --- a/docs/install_guides/_includes/install-and-setup-red-unix.rst +++ b/docs/install_guides/_includes/install-and-setup-red-unix.rst @@ -21,10 +21,6 @@ Or, to install with PostgreSQL support: python -m pip install -U "Red-DiscordBot[postgres]" -.. note:: - - These commands are also used for updating Red - -------------------------- Setting Up and Running Red --------------------------