From d145ac65a3c23fe03d20df6862d438fc8c52d7f4 Mon Sep 17 00:00:00 2001 From: T Date: Wed, 5 Jun 2019 14:05:11 +0200 Subject: [PATCH] doc: fix typo in the "Build ACRN from Source" guide Fixes a small typo. See also https://github.com/projectacrn/projectacrn.github.io/pull/18 Signed-off-by: shrmrf --- doc/getting-started/building-from-source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started/building-from-source.rst b/doc/getting-started/building-from-source.rst index c48ea439e..d85a15d27 100644 --- a/doc/getting-started/building-from-source.rst +++ b/doc/getting-started/building-from-source.rst @@ -68,7 +68,7 @@ each with their own way to install development tools: .. code-block:: none $ wget https://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.27.tar.gz - $ tar xzvf binutils-2.27 && cd binutils-2.27 + $ tar xzvf binutils-2.27.tar.gz && cd binutils-2.27 $ ./configure $ make $ sudo make install