diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-19 16:09:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-19 16:09:42 +0100 |
commit | 818c9e7edfce339eff7cb357f2ec29a72afd1977 (patch) | |
tree | cd0825230da4868aa3c1e0474aacff293338730b /READMEdir/README_unix.txt | |
parent | 062cc1857d1c990287384409332b2b050bc9c82e (diff) | |
download | vim-818c9e7edfce339eff7cb357f2ec29a72afd1977.zip |
patch 7.4.1601
Problem: README files take a lot of space in the top directory.
Solution: Move most of them to "READMEdir".
Diffstat (limited to 'READMEdir/README_unix.txt')
-rw-r--r-- | READMEdir/README_unix.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/READMEdir/README_unix.txt b/READMEdir/README_unix.txt new file mode 100644 index 000000000..7aff642c6 --- /dev/null +++ b/READMEdir/README_unix.txt @@ -0,0 +1,10 @@ +README_unix.txt for version 7.4 of Vim: Vi IMproved. + +This file explains the installation of Vim on Unix systems. +See "README.txt" for general information about Vim. + + +When you use the source distribution, "make install" is used to install Vim. +See the "INSTALL" file in the "src" directory. + +If you use a compiled package, follow the instructions for the package. |