Explorar el Código

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

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 1 año
padre
commit
15528d8b44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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