aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..5ed245af965d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+Source for the
+[twstools](https://github.com/rudimeier/twstools)
+AUR package
+[twstools](https://aur.archlinux.org/packages/twstools/).
+
+Build and Test
+--------------
+If you'd like to try out changes to the package, these commands offer a start:
+
+```
+rm -rf pkg src *.xz && makepkg -f
+sudo pacman -U *.xz
+rm -f *.gz && mkaurball
+burp -c office *.src.tar.gz
+```