diff --git a/content/guides/install_clojure.adoc b/content/guides/install_clojure.adoc index 9e544799..ec717470 100644 --- a/content/guides/install_clojure.adoc +++ b/content/guides/install_clojure.adoc @@ -103,7 +103,16 @@ The `posix-install` script can be removed after installation. Prerequisites: <> -An early release version of clj on Windows is available at https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows[clj on Windows]. +=== Powershell + +For Powershell users, https://github.com/casselc/clj-msi[clj-msi] is an MSI package for installing Clojure. It downloads the required Windows binaries and provides the latest version of deps.clj, ClojureTools, and the WiX toolset. + +=== Windows Subsystem for Linux (WSL) + +Windows users also have the option of installing https://learn.microsoft.com/en-us/windows/wsl/install[wsl] and then following the <> . + +=== Help and Feedback + Please provide feedback on https://ask.clojure.org[Ask Clojure] or Clojurians slack in #clj-on-windows. == Prerequisite installation details