Skip to content

Commit

Permalink
Merge pull request #66 from PeterYordanov/add-install-prerequisite
Browse files Browse the repository at this point in the history
Added install command for prerequisite in README
  • Loading branch information
utam0k authored Jun 6, 2021
2 parents 606813e + d8bd311 commit 969bb2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:containers/youki.git
$ cd youki
Expand Down

0 comments on commit 969bb2a

Please sign in to comment.