Merge pull request #1008 from garasubo/improve-build-instruction

add instruction about docker image into README
This commit is contained in:
Jeremy Soller 2017-07-28 06:31:47 -06:00 committed by GitHub
commit 6f4e5782f6

View file

@ -24,6 +24,7 @@ Please make sure you use the **latest nightly** of `rustc` before building (for
* [Cloning, Building and running](#cloning-building-running) * [Cloning, Building and running](#cloning-building-running)
* [Quick Setup](#quick-setup) * [Quick Setup](#quick-setup)
* [Manual Setup](#manual-setup) * [Manual Setup](#manual-setup)
* [Setup Using Docker](#setup-using-docker)
## <a name="screenshots"> What it looks like </a> ## <a name="screenshots"> What it looks like </a>
@ -158,3 +159,6 @@ $ make qemu kvm=no
# Launch using QEMU without using KVM (Kernel Virtual Machine) nor Graphics # Launch using QEMU without using KVM (Kernel Virtual Machine) nor Graphics
make qemu kvm=no vga=no make qemu kvm=no vga=no
``` ```
### <a name="setup-using-docker"> Setup using Docker </a>
We also provide docker image. After cloning this repository, please follow README under the `docker` directory.