1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

Merge pull request #66 from PeterYordanov/add-install-prerequisite

Added install command for prerequisite in README
This commit is contained in:
utam0k 2021-06-06 17:07:11 +09:00 committed by GitHub
commit 969bb2ae78
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -31,10 +31,12 @@ For other platforms, please use the devcontainer that we prepared.
## Requires
- Rust(See [here](https://www.rust-lang.org/tools/install))
- Docker
- Docker(See [here](https://docs.docker.com/engine/install))
## Building
```sh
$ cargo install cargo-when # installs prerequisite for building youki
```
```sh
$ git clone git@github.com:containers/youki.git
$ cd youki