From de3ad2c960a36d671c23602f03d60f4422881d6a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 5 May 2022 16:04:36 +0530 Subject: Document source compilation. * README.md (Using): Document source compilation. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3