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

readme: use v v.v

This commit is contained in:
Alexander Medvednikov 2019-10-14 10:26:11 +03:00 committed by GitHub
parent eb031b6800
commit 83b18af69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ v
Make sure V can compile itself:
```
v -o v compiler
v v.v
```
```