Quellcode durchsuchen

docs(install): fix typo in `INSTALL.md`

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen vor 1 Jahr
Ursprung
Commit
15528d8b44
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      INSTALL.md

+ 1 - 1
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