Created a README

This commit is contained in:
Brandon Rozek 2019-12-25 02:36:15 -05:00 committed by GitHub
parent fc427c5050
commit 38126fe13f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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
```