From 38126fe13f538cadfac2e7b4d8a0e6645774f872 Mon Sep 17 00:00:00 2001 From: Brandon Rozek <30753990+Brandon-Rozek@users.noreply.github.com> Date: Wed, 25 Dec 2019 02:36:15 -0500 Subject: [PATCH] Created a README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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 +```