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

readme: simpler bootstrap test #5874

This commit is contained in:
Ruofan XU 2020-07-20 01:08:53 +08:00 committed by GitHub
parent 9c3aa8bfc3
commit 0b0f9c9c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ docker run --rm -it vlang:latest
Make sure V can compile itself:
```
v -o v2 cmd/v
v self
```
```bash