From 1f4c31d34b3ee3724db840e9d007cf79b415edab Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 31 Mar 2024 14:33:20 -0400 Subject: [PATCH] readme update --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfb6b64..e443bd7 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,14 @@ CLOG is developed with ECL, CCL and SBCL, it is tested fairly regulary on Linux, Windows, Android, Rasperry Pi, and Mac. It is also know to work with the commercial Common Lisps as well. -CLOG is in QuickLisp (ql:quickload :clog), however I one should -adding the UltraLisp distribution as QuickLisp is update +For **Windows** users the easy install - +https://github.com/rabbibotton/clog/releases/download/v2.0/clog2.0-win64.zip +Unzip, double click make.bat and then drag the resulting builder.exe to your +application bar or double click. Update regularly by running update.bat +If you change directories you need to run make.bat or update.bat + +CLOG is in QuickLisp (ql:quickload :clog), however one should +add the UltraLisp distribution as QuickLisp is updated very infrequenty (see below). However for the bleeding edge version and bug fixes clone