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 ```