Skip to content

Commit

Permalink
doc: update packaging_v_for_distributions.md (#19631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyam-2026 committed Oct 23, 2023
1 parent 6437d82 commit 407adaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/packaging_v_for_distributions.md
Expand Up @@ -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/
```
Expand Down

0 comments on commit 407adaa

Please sign in to comment.