Skip to content

Commit

Permalink
doc(readme): add section about debian and ubuntu installation
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Aug 20, 2023
1 parent 1cff499 commit 85e2fb4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@ For `nix-env` users:
nix-env -i eza
```

### Debian and Ubuntu
Eza is available from [deb.gierens.de](http://deb.gierens.de). The GPG public
key is in this repo under [deb.asc](/deb.asc).

To install eza from this repo use:
```bash
wget -qO- https://raw.githubusercontent.com/eza-community/eza/main/deb.asc | sudo tee /etc/apt/trusted.gpg.d/gierens.asc
echo "deb http://deb.gierens.de stable main" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install -y eza
```


---
Expand Down

0 comments on commit 85e2fb4

Please sign in to comment.