From 691bc0e7b20d0b5eaa1df27ebffbfbcf20b49c52 Mon Sep 17 00:00:00 2001 From: DrainGangScholar <74625589+DrainGangScholar@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:53:39 +0200 Subject: [PATCH] readme: add a missing `cd` (#18368) --- tutorials/building_a_simple_web_blog_with_vweb/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/building_a_simple_web_blog_with_vweb/README.md b/tutorials/building_a_simple_web_blog_with_vweb/README.md index 7fe358b9c4..5edf9cd387 100644 --- a/tutorials/building_a_simple_web_blog_with_vweb/README.md +++ b/tutorials/building_a_simple_web_blog_with_vweb/README.md @@ -48,6 +48,7 @@ V projects can be created anywhere and don't need to have a certain structure: ```bash mkdir blog +cd blog v init ```