mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
Merge pull request #871 from RMPR/main
Add a missing instruction in the readme
This commit is contained in:
commit
fe21bc26d2
@ -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
|
||||
```
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user