From d9ad6be5b078c2943b319910c8681ab9338be150 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 15 Aug 2023 09:28:58 +0300 Subject: [PATCH] docs: change vself.v -> vup.v at line 44 in packaging_v_for_distributions.md (thanks @le0developer) --- doc/packaging_v_for_distributions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/packaging_v_for_distributions.md b/doc/packaging_v_for_distributions.md index 67b5060e03..b53467c214 100644 --- a/doc/packaging_v_for_distributions.md +++ b/doc/packaging_v_for_distributions.md @@ -41,7 +41,7 @@ to make modifications to themselves. Instead, they require the user to use their provided by the distro/platform. To facilitate that, it is usually best for all involved if you, as a package maintainer, remove -or replace cmd/tools/vself.v, with a short v program, that advises the final V user to use the +or replace cmd/tools/vup.v, with a short v program, that advises the final V user to use the package manager tool, or to use a V installed from source instead. 4) Another V feature/command that can interfere with read only packaging is `v self`. We