readme: update selfcompile instruction

pull/3704/head
Alexey 2020-02-09 12:39:45 +03:00 committed by GitHub
parent 9332a83ce6
commit 11ded170ee
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 v.v
v -o v cmd/v
```
```bash