doc/build/gcc.rst: add missing apt-get *install*
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 20 Sep 2020 10:31:47 +0000 (12:31 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Sep 2020 15:05:32 +0000 (11:05 -0400)
The install command is missing for an apt-get command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/build/gcc.rst

index fcb0b1f..1ceba0b 100644 (file)
@@ -17,7 +17,7 @@ You could install GCC and the GCC cross compiler for the ARMv8 architecture with
 
 .. code-block:: bash
 
-    sudo apt-get gcc gcc-aarch64-linux-gnu
+    sudo apt-get install gcc gcc-aarch64-linux-gnu
 
 Depending on the build targets further packages maybe needed