From 959f171a36d667566dee71f45f95874b7ec3f000 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Fri, 3 Jan 2025 00:03:40 -0800 Subject: [PATCH] README: link to build instructions, slight polish to Markdown I found it difficult to find the instructions for building MacVim from source, but very easy to build it once I found the instructions. Hopefully, this will help others find these helpful instructions. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55e4320cff..980b8be3c2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ Vim - the text editor - for macOS -- MacVim homepage https://macvim-dev.github.io/macvim +- MacVim homepage: -- Download the latest version from [Releases](https://github.com/macvim-dev/macvim/releases/latest). +- Download the latest version from [Releases](https://github.com/macvim-dev/macvim/releases/latest) + +- How to [build MacVim from source](https://github.com/macvim-dev/macvim/wiki/Building) - Vim README: [README_vim.md](README_vim.md)