Created a README
This commit is contained in:
parent
fc427c5050
commit
38126fe13f
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue