diff --git a/README.md b/README.md new file mode 100644 index 0000000..884213a --- /dev/null +++ b/README.md @@ -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 +```