From e2976b70dc23be1db04aae61c69da5a189fb0da9 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 4 Jun 2020 16:21:59 +0200 Subject: [PATCH] readme: minor clean up --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc753c9565..2e41ac2b43 100644 --- a/README.md +++ b/README.md @@ -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: