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 <shrmrf@users.noreply.github.com>
This commit is contained in:
T 2019-06-05 14:05:11 +02:00 committed by David Kinder
parent 8dd471b37d
commit d145ac65a3

View File

@ -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