Skip to content

Commit

Permalink
Merge pull request #871 from RMPR/main
Browse files Browse the repository at this point in the history
Add a missing instruction in the readme
  • Loading branch information
Furisto committed Apr 27, 2022
2 parents 35a971b + be5ba86 commit fe21bc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ $ sudo dnf install \

```console
$ git clone git@github.com:containers/youki.git
$ cd youki
$ make build # or release-build
$ ./youki -h # you can get information about youki command
```
Expand All @@ -127,6 +128,7 @@ Let's try to run a container that executes `sleep 30` with youki. This tutorial

```console
$ git clone git@github.com:containers/youki.git
$ cd youki
$ make build # or release-build

$ mkdir -p tutorial/rootfs
Expand Down

0 comments on commit fe21bc2

Please sign in to comment.