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:
parent
fed8b49e46
commit
ed0500dcfd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user