186
edits
(→Installing the needed packages: Add sudo) |
|||
Line 209: | Line 209: | ||
The following should install all the necessary packages: | The following should install all the necessary packages: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
apt-get install docker.io git | sudo apt-get install docker.io git | ||
</syntaxhighlight> | </syntaxhighlight> | ||
edits