From d289a90cc7dad62627b242ff3a7fc29dae460bde Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 22 Oct 2019 09:21:59 +0300 Subject: [PATCH] readme: windows make.bat clarification --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5027d70120..43edb82aa3 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ make That's it! Now you have a V executable at `[path to V repo]/v`. `[path to V repo]` can be anywhere. +(On Windows `make` means running `make.bat`, so make sure you use `cmd.exe`.) + V is being constantly updated. To update V, simply run ```