We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d78a3 commit 2a1362bCopy full SHA for 2a1362b
1 file changed
README.md
@@ -1,2 +1,11 @@
1
# Sqlite Lean4
2
3
+## Installation
4
+
5
+This project depends on the sqlite3 shared library.
6
7
+Add this snippet to you lakefile:
8
9
+``` lean
10
+require sqlite from git "https://github.com/bronen/sqlite3-lean4" @ "master"
11
+```
0 commit comments