~ chicken-core (master) 63a4a79532ba5b4faaf913c601a9edad6f384df4


commit 63a4a79532ba5b4faaf913c601a9edad6f384df4
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Wed May 13 16:54:34 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed May 13 16:54:34 2026 +0200

    list make check before make install

diff --git a/README b/README
index 9fe381f7..ee902526 100644
--- a/README
+++ b/README
@@ -161,18 +161,7 @@ _/        _/    _/    _/    _/        _/  _/    _/        _/    _/_/
     CHICKEN and then use that to build the version from git.
     See the "Bootstrapping" section below.
 
-    2.3. Finishing the installation
-
-    If CHICKEN is built successfully, you can install it on your
-    system by entering
-
-        make install
-
-    To install CHICKEN for a particular prefix on a different
-    location, set the "DESTDIR" variable: It designates the
-    directory where the files are installed into.
-
-    2.4. Verifying your installation is correct
+    2.3. Verifying your installation is correct
 
     You can check whether CHICKEN is functioning correctly by
     running
@@ -186,6 +175,17 @@ _/        _/    _/    _/    _/        _/  _/    _/        _/    _/_/
     the final lines before Make's "error; exit" output.  If the
     check fails on unmodified sources, please file a bugreport.
 
+    2.4. Finishing the installation
+
+    If CHICKEN is built successfully, you can install it on your
+    system by entering
+
+        make install
+
+    To install CHICKEN for a particular prefix on a different
+    location, set the "DESTDIR" variable: It designates the
+    directory where the files are installed into.
+
     2.5. Optional features
 
     You can further enable various optional features by adding
Trap