From 0b0f9c9c06d664fda63b4b24ebe36b0ae9c7ec81 Mon Sep 17 00:00:00 2001 From: Ruofan XU <47302112+SleepyRoy@users.noreply.github.com> Date: Mon, 20 Jul 2020 01:08:53 +0800 Subject: [PATCH] readme: simpler bootstrap test #5874 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ca5d40b7..900aa78cd1 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ docker run --rm -it vlang:latest Make sure V can compile itself: ``` -v -o v2 cmd/v +v self ``` ```bash