aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2022-05-05 16:04:36 +0530
committerArun Isaac2022-05-05 16:04:36 +0530
commitde3ad2c960a36d671c23602f03d60f4422881d6a (patch)
treead10725831d4974d051d8701e616e4586d94a352 /README.md
parentdf56b27c786e97ea99231fd541ab5b2bc82bae7b (diff)
downloadgn-transform-databases-de3ad2c960a36d671c23602f03d60f4422881d6a.tar.gz
Document source compilation.
* README.md (Using): Document source compilation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a44b07f..b9084fa 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,12 @@ Drop into a development environment with
$ guix shell
```
+Build the sources.
+
+``` shell
+$ make
+```
+
Describe the database connection parameters in a file *conn.scm* file as
shown below. Take care to replace the placeholders within angle brackets
with the appropriate values.