From d8bd311352b809eddba1dc150a5621bafd7096df Mon Sep 17 00:00:00 2001 From: Peter Yordanov Date: Sun, 6 Jun 2021 11:01:35 +0300 Subject: [PATCH] Added install command for prerequisite in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e906ad..e3d03b8d 100644 --- a/README.md +++ b/README.md @@ -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