summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7050ef2
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+acf-alpine-baselayout is an application for the ACF framework.
+
+
+HOWTO INSTALL
+------------
+Edit paths in config.mk
+
+As root, run:
+
+ make install [DESTDIR=<target dir>]
+
+
+HOWTO MODIFY
+------------
+If you modify source and want to create a new source package, you will need
+to verify that all files that should be included are listed in Makefile and
+that no files that should not be included are not listed there.
+
+To make a new ditribution package run:
+
+ make dist
+