From 431d4074f619a756fd2e787f38487bb96aa66f4f Mon Sep 17 00:00:00 2001 From: Felix Huang <72808219+fffelix-huang@users.noreply.github.com> Date: Fri, 10 May 2024 22:22:55 +0800 Subject: [PATCH 1/2] docs: update INSTALL.md Signed-off-by: Felix Huang <72808219+fffelix-huang@users.noreply.github.com> --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 600f91959..ea0a1f6f5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -144,7 +144,7 @@ sudo chown root:root eza sudo mv eza /usr/local/bin/eza ``` -If `exa` was install before, replace it will `eza`: +If `exa` was install before, replace it with `eza`: ```shell sudo rm -f /usr/local/bin/exa sudo ln -s /usr/local/bin/eza /usr/local/bin/exa From 826d7d9dd8a4be0d77f0815c8bf22f73b7ef8843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 16 May 2024 16:20:19 +0200 Subject: [PATCH 2/2] docs(install): fix typo in `INSTALL.md` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ea0a1f6f5..45475bd63 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -144,7 +144,7 @@ sudo chown root:root eza sudo mv eza /usr/local/bin/eza ``` -If `exa` was install before, replace it with `eza`: +If `exa` was installed before, replace it with `eza`: ```shell sudo rm -f /usr/local/bin/exa sudo ln -s /usr/local/bin/eza /usr/local/bin/exa