From 55f854d7393bef6b3a21bfcdd390b4300ccdf58b Mon Sep 17 00:00:00 2001 From: Charles WANG Date: Wed, 16 Mar 2022 11:25:12 +0800 Subject: [PATCH] reademe.md: Download stable zip from `Tags`. https://github.com/vlang/v/tags. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0689012a35..f624767720 100644 --- a/README.md +++ b/README.md @@ -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.