Skip to content

Commit

Permalink
more windows
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jul 19, 2024
1 parent 05a0b50 commit 35e40d3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions content/guides/install_clojure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,13 @@ Prerequisites: <<install_clojure#java,Java>>

=== Windows Subsystem for Linux (WSL)

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>>.
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.

=== Native Windows Installer

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

=== Help and Feedback
=== Native Windows Installer

Please provide feedback on https://ask.clojure.org[Ask Clojure] or Clojurians slack in #clj-on-windows.
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.

== Prerequisite installation details

Expand Down

0 comments on commit 35e40d3

Please sign in to comment.