diff mbox series

[1/1] doc/build/gcc.rst: add missing apt-get *install*

Message ID 20200920103147.134633-1-xypron.glpk@gmx.de
State Accepted
Commit 406119172727828c27d64a52046015abd0a49383
Delegated to: Tom Rini
Headers show
Series [1/1] doc/build/gcc.rst: add missing apt-get *install* | expand

Commit Message

Heinrich Schuchardt Sept. 20, 2020, 10:31 a.m. UTC
The install command is missing for an apt-get command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/build/gcc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.28.0

Comments

Tom Rini Sept. 22, 2020, 8:49 p.m. UTC | #1
On Sun, Sep 20, 2020 at 12:31:47PM +0200, Heinrich Schuchardt wrote:

> The install command is missing for an apt-get command.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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