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

readme: add a missing cd (#18368)

This commit is contained in:
DrainGangScholar 2023-06-08 00:53:39 +02:00 committed by GitHub
parent 16ce94e13c
commit 691bc0e7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ V projects can be created anywhere and don't need to have a certain structure:
```bash
mkdir blog
cd blog
v init
```