README: change output to v2 in bootstrap test

pull/3779/head
SleepyRoy 2020-02-19 06:00:42 +08:00 committed by GitHub
parent 200d3e6446
commit 83faa8b59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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