Skip to content

Commit

Permalink
fix: just instead make
Browse files Browse the repository at this point in the history
Signed-off-by: bestgopher <[email protected]>
  • Loading branch information
bestgopher committed Dec 22, 2023
1 parent 85ec6d0 commit d98f7ea
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 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
```

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 d98f7ea

Please sign in to comment.