From 3662335e6c304cea16d270e55cbd609b9edb07cc Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Thu, 14 Mar 2019 16:26:04 +0100 Subject: [PATCH] README.md autotools doc --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c537f3d..d6244b5 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,13 @@ COMMAND should be one of: black rainbow ``` + +## Building + +Clone the github repo and enter the top-level directory. Then: + +```sh +autoreconf +./configure +make +```