From 81127066a0c52f96e699dfb0411a663d725a07f3 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 18 Jun 2024 19:35:34 +1200 Subject: [PATCH] README.md: update --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f697707..de64cd8 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,14 @@ Commands prefixed with a dollar sign ($) are intended to be run as a standard user, and commands prefixed with a hash sign (#) are intended to be run as the root user. -First, download the source code: +In [the list of releases][1] select the latest release, and download the +archive with the name esv-X.X.X.tar.gz. After that extract it: - $ git clone https://git.sr.ht/~jeremy/esv - $ cd esv + $ tar -xf esv-*.tar.gz Now, compile and install: + $ cd esv-* $ ./configure $ make # make install @@ -68,4 +69,4 @@ License version 2. Full licenses are contained in the COPYING file. -Copyright (c) 2024 Jeremy Baxter +Copyright (c) 2023-2024 Jeremy Baxter