You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/install_clojure.adoc
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,16 @@ The `posix-install` script can be removed after installation.
103
103
104
104
Prerequisites: <<install_clojure#java,Java>>
105
105
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
+
=== Windows Subsystem for Linux (WSL)
107
+
108
+
The recommended approach is to install https://learn.microsoft.com/en-us/windows/wsl/install[wsl] and then follow the <<install_clojure#_linux_instructions,linux installation instructions>>.
109
+
110
+
=== Native Windows Installer
111
+
112
+
Natively https://github.com/casselc/clj-msi[clj-msi] is an MSI package for installing Clojure.
113
+
114
+
=== Help and Feedback
115
+
107
116
Please provide feedback on https://ask.clojure.org[Ask Clojure] or Clojurians slack in #clj-on-windows.
0 commit comments