aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..e90a2bbdaef9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+aur-activitywatch-bin
+=====================
+
+An AUR package for ActivityWatch using prebuilt binaries.
+
+
+## How to update the AUR package
+
+You need:
+ - Maintainer rights to the AUR package
+ - Your AUR ssh key configured
+
+After checking that the package builds correctly (using `make package`) simply run:
+
+```sh
+make srcinfo
+git add srcinfo
+git commit -m "Updated .SRCINFO"
+git remote add aur aur@aur.archlinux.org/activitywatch-bin.git
+git push aur
+```