readme: minor clean up

pull/5203/head
Alexander Medvednikov 2020-06-04 16:21:59 +02:00 committed by GitHub
parent 6b6c9d6738
commit e2976b70dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -52,10 +52,9 @@ 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`.)
(On Windows `make` means running `make.bat`, so make sure you use `cmd.exe`)
After the above, you can try doing: `./v run examples/hello_world.v` on Unix,
or `.\v.exe run examples\hello_world.v` on Windows.
Now you can try `./v run examples/hello_world.v` (`v.exe` on Windows).
V is being constantly updated. To update V, simply run: