An open API service indexing awesome lists of open source software.

https://github.com/archivy/archivy-aur


https://github.com/archivy/archivy-aur

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Archivy AUR
===========

Archivy can be installed on Arch Linux from the AUR

To install the latest stable version,
```bash
yay -S archivy
```
To install the git version (master),

```bash
yay -S archivy-git
```

If you do not want to use an AUR helper, you can always install
`archivy` or `archivy-git` using `makepkg`

```bash
git clone https://aur.archlinux.org/archivy
cd archivy
makepkg -si
```

License
-------

Please see [LICENSE](./LICENSE) for more information