Skip to content

Commit 1f86ec3

Browse files
committed
Update windows installation instructions.
1 parent f6df891 commit 1f86ec3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

content/guides/install_clojure.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,16 @@ The `posix-install` script can be removed after installation.
103103

104104
Prerequisites: <<install_clojure#java,Java>>
105105

106-
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].
106+
=== Powershell
107+
108+
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.
109+
110+
=== Windows Subsystem for Linux (WSL)
111+
112+
Windows users also have the option of installing https://learn.microsoft.com/en-us/windows/wsl/install[wsl] and then following the <<install_clojure#_linux_instructions,linux installation instructions>> .
113+
114+
=== Help and Feedback
115+
107116
Please provide feedback on https://ask.clojure.org[Ask Clojure] or Clojurians slack in #clj-on-windows.
108117

109118
== Prerequisite installation details

0 commit comments

Comments
 (0)