dockeraur/README.md

13 lines
263 B
Markdown
Raw Normal View History

2019-12-25 02:36:15 -05:00
# 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
```