From d98f7ea5119ba6f4cbbf15166d35323c7090ae07 Mon Sep 17 00:00:00 2001 From: bestgopher <84328409@qq.com> Date: Fri, 22 Dec 2023 11:06:44 +0800 Subject: [PATCH] fix: just instead make Signed-off-by: bestgopher <84328409@qq.com> --- docs/src/user/basic_setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/user/basic_setup.md b/docs/src/user/basic_setup.md index 14f0421e4..556f54e1a 100644 --- a/docs/src/user/basic_setup.md +++ b/docs/src/user/basic_setup.md @@ -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 ```