1README_mac.txt for version 8.2 of Vim: Vi IMproved. 2 3This file explains the installation of Vim on MacOS systems. 4See "README.txt" for general information about Vim. 5 6To build from source get the files with git from https://github.com/vim/vim. 7The find the instructions in src/INSTALLmac.txt. 8 9Installing Vim using Homebrew: 101. Install Homebrew from http://brew.sh/ 112. Install the latest Vim with: 12 brew install vim 13