2024-01-02 16:51:11 +01:00
|
|
|
README_mac.txt for version 9.1 of Vim: Vi IMproved.
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2021-04-17 16:31:09 +02:00
|
|
|
This file explains the installation of Vim on MacOS systems.
|
2004-06-13 20:20:40 +00:00
|
|
|
See "README.txt" for general information about Vim.
|
|
|
|
|
2021-04-17 16:31:09 +02:00
|
|
|
To build from source get the files with git from https://github.com/vim/vim.
|
|
|
|
The find the instructions in src/INSTALLmac.txt.
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2021-04-17 16:31:09 +02:00
|
|
|
Installing Vim using Homebrew:
|
2016-09-16 20:02:31 +02:00
|
|
|
1. Install Homebrew from http://brew.sh/
|
2021-04-17 16:31:09 +02:00
|
|
|
2. Install the latest Vim with:
|
|
|
|
brew install vim
|