mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
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:
parent
8dd471b37d
commit
d145ac65a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user