mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
docs: change instructions for cloning the V repository to use --depth=1
(#22905)
This commit is contained in:
parent
a9ae3765e7
commit
4e62b53ab6
6 changed files with 11 additions and 11 deletions
|
@ -24,7 +24,7 @@ Anything you can do in other languages, you can do in V.
|
|||
The best way to get the latest and greatest V, is to install it from source.
|
||||
It is easy, and it takes only a few seconds:
|
||||
```bash
|
||||
git clone https://github.com/vlang/v
|
||||
git clone --depth=1 https://github.com/vlang/v
|
||||
cd v
|
||||
make
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue