Index: README
===================================================================
--- README (nonexistent)
+++ README (revision 5)
@@ -0,0 +1,23 @@
+
+Sytem requires:
+ fakeroot, logrotate, nginx, uwsgi
+
+Build time requires:
+ make, binutils, gcc, bison, autoconf, automake, pkgconfig,
+ file (libmagic), pcre2, libxml2, md4c
+
+Runtime requires:
+ libmagic, pcre2, libxml2, md4c
+
+As non-privileged user:
+
+ $ mkdir build
+ $ cp PKGBUILD build/
+ $ cd build/
+ $ makepkg
+
+As root:
+
+ # pacman -U ./csvn-ui-0.1.5-2-x86_64.pkg.tar.zst
+
+After install you have to configure uWsgi and Nginx servers (see: README.md).