From 83faa8b59b9b06eff62715487b20fe0e3b2e7416 Mon Sep 17 00:00:00 2001 From: SleepyRoy <47302112+SleepyRoy@users.noreply.github.com> Date: Wed, 19 Feb 2020 06:00:42 +0800 Subject: [PATCH] README: change output to v2 in bootstrap test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a21b819ee4..e66f01bf84 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ docker run --rm -it vlang:latest Make sure V can compile itself: ``` -v -o v cmd/v +v -o v2 cmd/v ``` ```bash