mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
fix: just instead make
Signed-off-by: bestgopher <84328409@qq.com>
This commit is contained in:
parent
85ec6d0fc0
commit
d98f7ea511
@ -70,12 +70,12 @@ This will create a directory named youki in the directory you ran the command in
|
||||
|
||||
## Installing the source
|
||||
|
||||
Once you have cloned the source, you can build it using
|
||||
Once you have cloned the source, you can build it by [just](https://github.com/casey/just#installation).
|
||||
|
||||
```console
|
||||
# go into the cloned directory
|
||||
$ cd youki
|
||||
$ make youki-dev # or youki-release
|
||||
$ just youki-dev # or youki-release
|
||||
$ ./youki -h # get information about youki command
|
||||
```
|
||||
|
||||
@ -123,5 +123,5 @@ $ VAGRANT_VAGRANTFILE=Vagrantfile.root vagrant ssh
|
||||
|
||||
# in virtual machine
|
||||
$ cd youki
|
||||
$ make youki-dev # or youki-release
|
||||
$ just youki-dev # or youki-release
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user