Quellcode durchsuchen

docs: update INSTALL.md

Signed-off-by: Felix Huang <72808219+fffelix-huang@users.noreply.github.com>
Felix Huang vor 1 Jahr
Ursprung
Commit
26e5943af3
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 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