Skip to content

Commit

Permalink
[docs] Use recursive option to clone QEMU
Browse files Browse the repository at this point in the history
This is now necessary to clone all submodules.

Change-Id: I09e86d74900f23a0f9e4cebf6c08a423c945461b
  • Loading branch information
petrhosek committed Dec 22, 2016
1 parent 6e02216 commit d240ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ need to add /path/to/install/bin to your PATH.

```
cd $SRC
git clone https://fuchsia.googlesource.com/third_party/qemu
git clone --recursive https://fuchsia.googlesource.com/third_party/qemu
cd qemu
./configure --target-list=arm-softmmu,aarch64-softmmu,x86_64-softmmu
make -j32
Expand Down

0 comments on commit d240ae6

Please sign in to comment.