Skip to content

Commit d145ac6

Browse files
Tdbkinder
authored andcommitted
doc: fix typo in the "Build ACRN from Source" guide
Fixes a small typo. See also projectacrn/projectacrn.github.io#18 Signed-off-by: shrmrf <shrmrf@users.noreply.github.com>
1 parent 8dd471b commit d145ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started/building-from-source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ each with their own way to install development tools:
6868
.. code-block:: none
6969
7070
$ wget https://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.27.tar.gz
71-
$ tar xzvf binutils-2.27 && cd binutils-2.27
71+
$ tar xzvf binutils-2.27.tar.gz && cd binutils-2.27
7272
$ ./configure
7373
$ make
7474
$ sudo make install

0 commit comments

Comments
 (0)