Skip to content

Commit

Permalink
Merge pull request #2585 from my-contributes/main
Browse files Browse the repository at this point in the history
fix: just instead make
  • Loading branch information
YJDoc2 authored Dec 22, 2023
2 parents 6e8e980 + 6ac9d04 commit 9e55163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/user/basic_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
```

0 comments on commit 9e55163

Please sign in to comment.