From 6ecf53a2b0142b7907172197c0296a086250c2ce Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 14 Jul 2021 14:39:23 +0200 Subject: [PATCH] fixup! Add instructions for `apt-get` install to `README` We introduced a couple of whitespace issues, and it this was sadly not caught by the `check-whitespace` workflow (the reason is a bit convoluted, see https://github.com/gitgitgadget/git/pull/995 which also fixes it). Signed-off-by: Johannes Schindelin --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92b506b625c30b..9a12ea1613d652 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Or you can run the `git update-microsoft-git` command, which will run those brew ## Linux -`apt-get` support is available for Ubuntu Bionic Beaver (18.04) and Hirsute +`apt-get` support is available for Ubuntu Bionic Beaver (18.04) and Hirsute Hippo (21.04). Take the following steps to set up and install based on the version you are running: @@ -136,8 +136,8 @@ sudo apt-get install microsoft-git ### Other Ubuntu/Debian distributions -Please use the most recent -[`.deb` package](https://github.com/microsoft/git/releases). For example, +Please use the most recent +[`.deb` package](https://github.com/microsoft/git/releases). For example, you can download a specific version as follows: ```shell