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 <shyfire131@shyfire131.net>
This commit is contained in:
+shyfire131
2023-03-12 10:59:12 -06:00
committed by GitHub
parent b8f6b9b6d7
commit 47f5969967

View File

@@ -99,7 +99,7 @@ Dependencies - Required
.. code-block:: .. code-block::
curl -fsSL https://get.docker.com -o- | bash curl -fsSL https://get.docker.com | bash
sudo usermod -aG docker "$USER" sudo usermod -aG docker "$USER"
exec sudo su -l $USER exec sudo su -l $USER