comparison README.md @ 8917:d07e51166f08 v7.4.1745

commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 15 20:54:52 2016 +0200 patch 7.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)
author Christian Brabandt <cb@256bit.org>
date Fri, 15 Apr 2016 21:00:05 +0200
parents 43b5ff7837ea
children 9f48eab77d62
comparison
equal deleted inserted replaced
8916:17a4f5a4d8a8 8917:d07e51166f08
37 documentation, syntax files and other files that are used at runtime. To run 37 documentation, syntax files and other files that are used at runtime. To run
38 Vim you must get either one of the binary archives or a source archive. 38 Vim you must get either one of the binary archives or a source archive.
39 Which one you need depends on the system you want to run it on and whether you 39 Which one you need depends on the system you want to run it on and whether you
40 want or must compile it yourself. Check http://www.vim.org/download.php for 40 want or must compile it yourself. Check http://www.vim.org/download.php for
41 an overview of currently available distributions. 41 an overview of currently available distributions.
42
43 Some popular places to get the latest Vim:
44 * Check out the git repository from [github](https://github.com/vim/vim).
45 * Get the source code as an [archive](https://github.com/vim/vim/releases).
46 * Get a Windows executable from the
47 [vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository.
48
42 49
43 50
44 ## Compiling ## 51 ## Compiling ##
45 52
46 If you obtained a binary distribution you don't need to compile Vim. If you 53 If you obtained a binary distribution you don't need to compile Vim. If you