mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: minor clean up
This commit is contained in:
parent
6b6c9d6738
commit
e2976b70dc
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user