Skip to content

Commit 3b4f62e

Browse files
committed
some minimal doc
1 parent 10fcaaa commit 3b4f62e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
risky.dair: dair.sql
2+
sqlite3 $@ < $^

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# DAIR log #
2+
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

Comments
 (0)