1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

README: change output to v2 in bootstrap test

This commit is contained in:
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

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