aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.Arch
diff options
context:
space:
mode:
Diffstat (limited to 'README.Arch')
-rw-r--r--README.Arch19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.Arch b/README.Arch
new file mode 100644
index 0000000..2d8787c
--- /dev/null
+++ b/README.Arch
@@ -0,0 +1,19 @@
+linux-status on AUR
+===================
+
+There's a Vagrantfile to make maintenance easier. To start, use `vagrant up`,
+then `vagrant ssh`.
+
+There're a bunch of useful one-liners in Makefile.
+
+ * Make the package:
+
+ make package
+
+ * Tag the last commit:
+
+ make tag
+
+ * Push to the AUR repository:
+
+ make push