From 0803ee9cc33efa751f6c84154192712bd2df5432 Mon Sep 17 00:00:00 2001 From: keno Date: Wed, 8 Sep 2021 02:20:20 +0900 Subject: [PATCH] fix: Mismatch of PWD in tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6805b7ffb..6dfddabe3 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ We can edit the `config.json` to add customized behaviors for container. Here, w Then we can explore the lifecycle of a container: ```sh +$ cd .. # go back to the repository root $ sudo ./youki create -b tutorial tutorial_container # create a container with name `tutorial_container` $ sudo ./youki state tutorial_container # you can see the state the container is `created` $ sudo ./youki start tutorial_container # start the container