readme: simpler bootstrap test #5874

pull/5886/head
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
1 changed files with 1 additions and 1 deletions

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