Skip to content

Commit

Permalink
Add installation instructions for macOS and Arch
Browse files Browse the repository at this point in the history
closes jez#2
closes jez#7
  • Loading branch information
sharkdp committed Jul 5, 2021
1 parent 0036c20 commit ceaf357
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ cd as-tree
make install
```

### On macOS

You can install `as-tree` using Homebrew:
```shell
brew install as-tree
```

### On Arch Linux

You can install `as-tree` from the [AUR](https://aur.archlinux.org/packages/as-tree/):
```shell
yay -S as-tree
```

## Usage

```
Expand Down

0 comments on commit ceaf357

Please sign in to comment.