aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.Arch
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-08 12:54:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-08 12:55:56 +0300
commit5dd552d949c03059557f3cc3c6f7a320a0bf9e01 (patch)
treeaba85ca9dc5fef85be8c8f7df923313b6600db92 /README.Arch
parentaur: 0.0.2-1 (diff)
downloadlinux-status-5dd552d949c03059557f3cc3c6f7a320a0bf9e01.tar.gz
linux-status-5dd552d949c03059557f3cc3c6f7a320a0bf9e01.zip
aur: add Vagrantfile, Makefile, etc.
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