From ed0500dcfd8b825f57d5124a4b33593f481a3f4d Mon Sep 17 00:00:00 2001 From: Hitalo Souza <63821277+enghitalo@users.noreply.github.com> Date: Sun, 8 Jan 2023 13:34:58 -0300 Subject: [PATCH] docs: add a section about the 3 forms of `v init` commands at the start (#16905) --- doc/docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/docs.md b/doc/docs.md index 66bd497447..c14a18478b 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -35,6 +35,12 @@ If V is already installed on a machine, it can be upgraded to its latest version by using the V's built-in self-updater. To do so, run the command `v up`. +## Getting start +In your terminal, you can: +1) `v init` -> create a new project in the current folder +2) `v new abc` -> create a new project in the new folder `abc`, by default a "hello world" project. +3) `v new abcd web` -> create a new project in the new folder `abcd`, using the vweb template. + ## Table of Contents