From: Saba Saba Date: Thu, 9 Feb 2023 17:26:23 +0000 (-0500) Subject: Updated README with fixed installation instructions X-Git-Url: http://sabadev.xyz:4321/?a=commitdiff_plain;h=91510ca3617f9e2ac8e973c8d8e7dac894b38b5d;p=git-repl.git Updated README with fixed installation instructions --- diff --git a/README.md b/README.md index b099abc..7b2c08d 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,7 @@ On Windows, open Command Line or Powershell with administrator privileges, then choco install -y sbcl magicsplat-tcl-tk -Next, install Quicklisp using the following commands: - - curl -O https://beta.quicklisp.org/quicklisp.lisp - sbcl --load quicklisp.lisp --eval (quicklisp-quickstart:install) - +Next, install Quicklisp by following the instructions here: You are now ready to compile Git REPL. By default, Git REPL is configured to install to `C:\bin\git-repl.exe`.