Procházet zdrojové kódy

Merge branch 'main' into mount_point

Christina Sørensen před 2 roky
rodič
revize
4e1cb442f1
1 změnil soubory, kde provedl 25 přidání a 13 odebrání
  1. 25 13
      README.md

+ 25 - 13
README.md

@@ -7,7 +7,7 @@ eza is a modern, maintained replacement for ls, built on [exa](https://github.co
 **README Sections:** [Options](#options) — [Installation](#installation) — [Development](#development)
 
 [![Built with Nix](https://img.shields.io/badge/Built_With-Nix-5277C3.svg?logo=nixos&labelColor=73C3D5)](https://nixos.org)
-[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
+[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
 <a href="https://matrix.to/#/#eza:gitter.im"><img alt="Gitter" src="https://img.shields.io/gitter/room/eza-community/eza?logo=element&link=https%3A%2F%2Fapp.gitter.im%2F%23%2Froom%2F%23eza%3Agitter.im&link=Gitter%20matrix%20room%20for%20Eza"></a>
 
 [![Unit tests](https://github.com/eza-community/eza/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/eza-community/eza/actions/workflows/unit-tests.yml)
@@ -61,7 +61,7 @@ If you want to pass arguments this way, use e.g. `nix run github:eza-community/e
 <h1>Installation</h1>
 </a>
 
-eza is available for macOS and Linux.
+eza is available for Windows, macOS and Linux.
 
 ### Cargo (crates.io)
 
@@ -88,7 +88,19 @@ Cargo will build the `eza` binary and place it in `$HOME/.cargo`.
 
 Eza is available in the [AUR](https://aur.archlinux.org/packages/eza-git).
 
-### Nix
+### 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 /etc/apt/sources.list.d/gierens.list
+sudo apt update
+sudo apt install -y eza
+```
+
+### Nix (Linux, MacOS)
 [![nixpkgs unstable package](https://repology.org/badge/version-for-repo/nix_unstable/eza.svg)](https://repology.org/project/eza/versions)
 
 Eza is available from [Nixpkgs](https://github.com/NixOS/nixpkgs).
@@ -105,18 +117,18 @@ 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).
+### Brew (MacOS)
 
-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 /etc/apt/sources.list.d/gierens.list
-sudo apt update
-sudo apt install -y eza
-```
+[![Homebrew package](https://repology.org/badge/version-for-repo/homebrew/eza.svg)](https://repology.org/project/eza/versions)
+
+
+Eza is available from [Homebrew](https://formulae.brew.sh/formula/eza#default).
 
+To install eza, run:
+
+```shell
+brew install eza
+```
 
 ---
 Click sections to expand.