From d903a940a54d0821ef015ee96269185435bcb7a0 Mon Sep 17 00:00:00 2001 From: nobody5050 <32989720+nobody5050@users.noreply.github.com> Date: Sat, 28 Jan 2023 12:44:44 -0600 Subject: [PATCH] fix filename inaccuracy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e041a1f..53da1e3 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ current maintainer works exclusively on GNU/Linux systems, so it may use GCC and GNU Make specific extensions here and there. This is not on purpose and patches or pull requests to correct this are most welcome! -0. Call ./automake.sh if you build from git +0. Call ./autogen.sh if you build from git 1. Configure editline with default features: ./configure 2. Build the library and examples: make all 3. Install using make install