Skip to content

Commit 35e40d3

Browse files
committed
more windows
1 parent 05a0b50 commit 35e40d3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/guides/install_clojure.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,13 @@ Prerequisites: <<install_clojure#java,Java>>
105105

106106
=== Windows Subsystem for Linux (WSL)
107107

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>>.
108+
If your are not yet using https://learn.microsoft.com/en-us/windows/wsl/install[WSL] (Windows Subsystem for Linux), this is recommended as it will provide the closest match for most existing Clojure tutorials and documentation.
109109

110-
=== Native Windows Installer
111-
112-
Natively https://github.com/casselc/clj-msi[clj-msi] is an MSI package for installing Clojure.
110+
Once you have installed WSL, follow the <<install_clojure#_linux_instructions,Linux installation instructions>> and proceed from there.
113111

114-
=== Help and Feedback
112+
=== Native Windows Installer
115113

116-
Please provide feedback on https://ask.clojure.org[Ask Clojure] or Clojurians slack in #clj-on-windows.
114+
Alternately, you can use https://github.com/casselc/clj-msi[clj-msi] to install clojure.exe on your system, which can be used in similar ways to the `clojure` script installed in the other approaches above.
117115

118116
== Prerequisite installation details
119117

0 commit comments

Comments
 (0)