We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fcaaa commit 3b4f62eCopy full SHA for 3b4f62e
Makefile
@@ -0,0 +1,2 @@
1
+risky.dair: dair.sql
2
+ sqlite3 $@ < $^
README.md
@@ -0,0 +1,7 @@
+# DAIR log #
+
3
+## Installation ##
4
+ * Put all files in the same folder, accessible by your web server.
5
+ * Create risky.dair:
6
+ make
7
+ * Make sure it can be modified by your web server. That means you will need to grant write access to *both* risky.dair and the folder it resides in
0 commit comments