Sfoglia il codice sorgente

docs: add manual installation section

add a manual install option for those Linux not listed in the doc.

Signed-off-by: しぐれ <23041178+ForsakenRei@users.noreply.github.com>
しぐれ 2 anni fa
parent
commit
77b368ab15
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      INSTALL.md

+ 17 - 0
INSTALL.md

@@ -132,6 +132,23 @@ Eza is available as the [eza](https://github.com/termux/termux-packages/tree/mas
 pkg install eza
 ```
 
+### Manual (Linux)
+
+Example is for x86_64 GNU, replaces the file names if downloading for a different arch.
+
+```shell
+wget -c https://github.com/eza-community/eza/releases/latest/download/eza_x86_64-unknown-linux-gnu.tar.gz -O - | tar xz
+sudo chmod +x eza
+sudo chown root:root eza
+sudo mv eza /usr/local/bin/eza
+```
+
+If `exa` was install before, replace it will `eza`:
+```shell
+sudo rm -f /usr/local/bin/exa
+sudo ln -s /usr/local/bin/eza /usr/local/bin/exa
+```
+
 ### Brew (MacOS)
 
 [![Homebrew package](https://repology.org/badge/version-for-repo/homebrew/eza.svg)](https://repology.org/project/eza/versions)