# HG changeset patch # User Wimpie Nortje # Date 1592245184 -7200 # Mon Jun 15 20:19:44 2020 +0200 # Node ID 17e95b9d4a3039e4b646422043ec52d5125135ac # Parent da1d7bcef5916929918e9b5eec1e0d517c80af22 Point out HG instead of Git, link to book. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -9,6 +9,19 @@ to be your application. The template is a functioning "Hello world" application complete with database access, migrations and tests. +## Buy the book + +I wrote a book on how to deploy Common Lisp web applications to a cloud based +server. The step-by-step guide in the book uses this template to demonstrate +how to set up a CL web application. More detail at: [Deploying Common Lisp web +applications](https://www.darkchestnut.com/book-cloud-deployment) + +## Clone the repo + +Please note: this is a Mercurial repo. To clone use the `hg` command. + +`hg clone https://hg.sr.ht/~wnortje/feather` + ## Development ### Prepare the database