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

doc: fix v wrapper command mention (#16944)

This commit is contained in:
walking devel 2023-01-11 11:31:00 +00:00 committed by GitHub
parent b872487d82
commit 3e9b06031c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6221,7 +6221,7 @@ fn main() {
To generate a wrapper on top of a C library use this command:
```bash
v wrapper c_code/libsodium/src/libsodium
v translate wrapper c_code/libsodium/src/libsodium
```
This will generate a directory `libsodium` with a V module.