commit | 406119172727828c27d64a52046015abd0a49383 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Sep 20 12:31:47 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 22 11:05:32 2020 -0400 |
tree | 66c63631149cc5559974f813ba205adbdb91d19c | |
parent | 24e8c0e3b3d2facee9d3c473aff41e0a20d7cf39 [diff] |
doc/build/gcc.rst: add missing apt-get *install* The install command is missing for an apt-get command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index fcb0b1f..1ceba0b 100644 --- a/doc/build/gcc.rst +++ b/doc/build/gcc.rst
@@ -17,7 +17,7 @@ .. 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