1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

Merge pull request #2585 from my-contributes/main

fix: just instead make
This commit is contained in:
Yashodhan 2023-12-22 12:54:16 +05:30 committed by GitHub
commit 9e5516346b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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 with [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
```