From 557f11cfebe62f4f5b4d2025b94a6c44d15ef1a4 Mon Sep 17 00:00:00 2001 From: "Anthony W. Weed" Date: Thu, 26 Sep 2024 21:09:32 -0400 Subject: [PATCH] Update README.adoc Added ./bootstrap command to build + install instructions --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 8fdb44f..220c7c1 100644 --- a/README.adoc +++ b/README.adoc @@ -39,6 +39,7 @@ Building and installing DeuTex uses an Autoconf+Automake build system, so its compilation and installation process is identical to most other Unix packages: + ./bootstrap ./configure make make install