mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
24e8c0e3b3
commit
4061191727
1 changed files with 1 additions and 1 deletions
2
doc/build/gcc.rst
vendored
2
doc/build/gcc.rst
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue