docs: bump minimum git version: 2.23 -> 2.28 #5088

And bump recommended Emacs: 27.1 -> 27.2
This commit is contained in:
Henrik Lissner 2021-05-24 14:40:42 -04:00
parent ab1000c8d0
commit 2d8342ca5f
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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) --