1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: add a section about the 3 forms of v init commands at the start (#16905)

This commit is contained in:
Hitalo Souza 2023-01-08 13:34:58 -03:00 committed by GitHub
parent fed8b49e46
commit ed0500dcfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<table>