dockeraur/README.md
2019-12-29 22:09:33 -05:00

20 lines
419 B
Markdown

# DockerAUR
Repo of scripts to download applications from the Arch User Repository (AUR) and execute them.
## Example
Let's say we want to download Firefox from the AUR. Then,
```bash
./pkg-install firefox
```
To run graphically,
```bash
./dockergui firefox
```
## Dependencies
For the download script:
- Docker/Podman
- Python >= 3.6
For the graphical executer:
- Xephyr
- ratpoison / x-window-manager / gnome / kde