reademe.md: Download stable zip from `Tags`.

https://github.com/vlang/v/tags.
pull/13749/head
Charles WANG 2022-03-16 11:25:12 +08:00 committed by GitHub
parent 089c93b613
commit 55f854d739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ git clone https://github.com/vlang/v
cd v
make
```
or
```
Download the stable zip file depending your OS [Tag/Release](https://github.com/vlang/v/tags depend on your OS).
```
That's it! Now you have a V executable at `[path to V repo]/v`.
`[path to V repo]` can be anywhere.