From 407adaa3c170fa1e4c69f28165f041768ed23bf8 Mon Sep 17 00:00:00 2001 From: Sanyam Jain Date: Mon, 23 Oct 2023 23:27:47 +0530 Subject: [PATCH] doc: update packaging_v_for_distributions.md (#19631) --- doc/packaging_v_for_distributions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/packaging_v_for_distributions.md b/doc/packaging_v_for_distributions.md index b53467c214..7c8e467161 100644 --- a/doc/packaging_v_for_distributions.md +++ b/doc/packaging_v_for_distributions.md @@ -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/ ```