mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user