From 15528d8b44730e58621cc3c3cc0f2f2c2e38e300 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] 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 ea0a1f6f..45475bd6 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