summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-09-20 13:31:47 +0300
committerTom Rini <trini@konsulko.com>2020-09-22 18:05:32 +0300
commit406119172727828c27d64a52046015abd0a49383 (patch)
tree66c63631149cc5559974f813ba205adbdb91d19c /doc/build
parent24e8c0e3b3d2facee9d3c473aff41e0a20d7cf39 (diff)
downloadu-boot-406119172727828c27d64a52046015abd0a49383.tar.xz
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>
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/gcc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index fcb0b1ffb3..1ceba0b699 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -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