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

readme: update selfcompile instruction

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

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