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:
parent
b872487d82
commit
3e9b06031c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user