From 2d8342ca5f8277cd1333385acb50f3802438e49a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 24 May 2021 14:40:42 -0400 Subject: [PATCH] docs: bump minimum git version: 2.23 -> 2.28 #5088 And bump recommended Emacs: 27.1 -> 27.2 --- README.md | 4 ++-- docs/getting_started.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b5284084fa..bbff27d38a9 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ Check out [the FAQ][FAQ] for answers to common questions about the project. # Prerequisites -+ Git 2.23+ -+ Emacs 26.3+ (*27.1 is recommended*, or [native-comp](https://www.emacswiki.org/emacs/GccEmacs)). ++ Git 2.28+ ++ Emacs 26.3+ (*27.2 is recommended*, or [native-comp](https://www.emacswiki.org/emacs/GccEmacs)). + [ripgrep] 11.0+ + GNU `find` + *OPTIONAL:* [fd] 7.3.0+ (improves file indexing performance for some commands) diff --git a/docs/getting_started.org b/docs/getting_started.org index f78310c7505..cf01b925df5 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -96,8 +96,8 @@ us know! * Install This is what you'll have installed by the end of this section: -- Git 2.23+ -- Emacs 26.3+ *(27.1 is recommended, or [[https://www.emacswiki.org/emacs/GccEmacs][native-comp]])* +- Git 2.28+ +- Emacs 26.3+ *(27.2 is recommended, or [[https://www.emacswiki.org/emacs/GccEmacs][native-comp]])* - [[https://github.com/BurntSushi/ripgrep][ripgrep]] 11.0+ - GNU Find - (Optional) [[https://github.com/sharkdp/fd][fd]] 7.3.0+ (known as ~fd-find~ on Debian, Ubuntu & derivatives) --