diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-15 20:54:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-15 20:54:52 +0200 |
commit | 5d98c9d93278d6961bfee59151666b8a8bcd23c3 (patch) | |
tree | 752f4bbe86c30c2678b060fec3a18547a226878a /README.txt | |
parent | 66210042892389d36e3d37203ec77f61467bfb1c (diff) | |
download | vim-git-5d98c9d93278d6961bfee59151666b8a8bcd23c3.tar.gz |
patch 7.4.1745v7.4.1745
Problem: README file is not clear about where to get Vim.
Solution: Add links to github, releases and the Windows installer.
(Suggested by Christian Brabandt)
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt index 0d0905aec..a47b004e0 100644 --- a/README.txt +++ b/README.txt @@ -36,6 +36,12 @@ Which one you need depends on the system you want to run it on and whether you want or must compile it yourself. Check "http://www.vim.org/download.php" for an overview of currently available distributions. +Some popular places to get the latest Vim: +* Check out the git repository from github: https://github.com/vim/vim. +* Get the source code as an archive: https://github.com/vim/vim/releases. +* Get a Windows executable from the vim-win32-installer repository: + https://github.com/vim/vim-win32-installer/releases. + COMPILING |