Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JojiiOfficial authored Sep 24, 2020
1 parent d5abf25 commit 288cc55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,16 @@ Download the `.rpm` package from [Github Release Page](https://github.com/Yash-H

Use the `rpm -i path/to/downloaded/resource/` to install the binary and the manpage

### Arch linux

Simply run `yay -S logo-ls`. (Or use the AUR helper of your choice)<br><br>
Alternatively you can clone the PKGBUILD and build the package manually:
```bash
git clone https://aur.archlinux.org/logo-ls.git
cd logo-ls
makepkg -si
```

### MacOS (Darwin)

To install `logo-ls` on darwin you have to download the binary. Support for Homebrew will come soon
Expand Down

0 comments on commit 288cc55

Please sign in to comment.