Updated README with fixed installation instructions
authorSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)
committerSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)
README.md

index b099abc..7b2c08d 100644 (file)
--- 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: <https://www.quicklisp.org/beta/#installation>
 You are now ready to compile Git REPL.
 
 By default, Git REPL is configured to install to `C:\bin\git-repl.exe`.