From 47f5969967cc8da7d5817876484b487ca5c238c5 Mon Sep 17 00:00:00 2001 From: +shyfire131 <116033104+shyfire-131@users.noreply.github.com> Date: Sun, 12 Mar 2023 10:59:12 -0600 Subject: [PATCH] Fix (very) minor typo in developer docs -> docker installation instructions (#322) * fix (very) minor typo the trailing hyphen has no effect, but it threw me off * remove -o entirely --------- Co-authored-by: +shyfire131 --- site/source/developer-docs/packaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/developer-docs/packaging.rst b/site/source/developer-docs/packaging.rst index f0ea46f..98a8959 100644 --- a/site/source/developer-docs/packaging.rst +++ b/site/source/developer-docs/packaging.rst @@ -99,7 +99,7 @@ Dependencies - Required .. code-block:: - curl -fsSL https://get.docker.com -o- | bash + curl -fsSL https://get.docker.com | bash sudo usermod -aG docker "$USER" exec sudo su -l $USER