]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): clarify ARCH value for 32-bit in INSTALLpc.txt
authorChristian Brabandt <cb@256bit.org>
Fri, 27 Dec 2024 14:51:09 +0000 (15:51 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 27 Dec 2024 14:51:09 +0000 (15:51 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/INSTALLpc.txt

index 5854b10c5a636855a6de0f2cf2de538d057af1a8..c1099295fb5a9054be1a4d26301956dfd1f241e2 100644 (file)
@@ -1,4 +1,4 @@
-INSTALLpc.txt - Installation of Vim on PC - Last Update: 2024 Dec 26
+INSTALLpc.txt - Installation of Vim on PC - Last Update: 2024 Dec 27
 
 This file contains instructions for compiling Vim. If you already have an
 executable version of Vim, you don't need this.
@@ -367,7 +367,7 @@ and you type:
 
 Note, ARCH is necessary if you don't have the sed command in your $PATH. Just
 make sure that the correct value is used with ARCH. In the example above the
-value corresponds to 64-bit architecture. For 32-bit the value is x86.
+value corresponds to 64-bit architecture. For 32-bit the value is "i686".
 
 After churning for a while, you will end up with 'gvim.exe' in the 'vim\src'
 directory.