mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
add instruction about docker image
In some Linux distribution, it is hard to install redox's toolchain. I think it is kind if README tell us the way to setup with docker.
This commit is contained in:
parent
feb1abcbca
commit
d420cd6363
@ -24,6 +24,7 @@ Please make sure you use the **latest nightly** of `rustc` before building (for
|
||||
* [Cloning, Building and running](#cloning-building-running)
|
||||
* [Quick Setup](#quick-setup)
|
||||
* [Manual Setup](#manual-setup)
|
||||
* [Setup Using Docker](#setup-using-docker)
|
||||
|
||||
## <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
|
||||
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user