mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
doc: update packaging_v_for_distributions.md (#19631)
This commit is contained in:
parent
6437d82ee1
commit
407adaa3c1
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ v -prod -o v cmd/v ## build V itself with -prod
|
|||
./v -prod build-tools ## build all tools with -prod too
|
||||
touch ./cmd/tools/.disable_autorecompilation ## tell V to not try to recompile any tool anymore
|
||||
|
||||
### Cleanup folders that would not be needed inside a pacakge,
|
||||
### that is distrubuted separately from the V source repository:
|
||||
### Cleanup folders that would not be needed inside a package,
|
||||
### that is distributed separately from the V source repository:
|
||||
rm -rf .git/
|
||||
rm -rf thirdparty/tcc/.git/
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue