readme: windows make.bat clarification

pull/2490/head
Alexander Medvednikov 2019-10-22 09:21:59 +03:00 committed by GitHub
parent fb89c12d90
commit d289a90cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
```