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