Updated clj on Windows (markdown)
Clarified that the Clojure port can be installed in parallel to clj on windows, and that the command for it is deps instead of clj or clojure.
Added info that one can also use the Clojure port of the bash script, which allows it to work with cmd.exe as well
Removed the extra statement for PowerShell ExecutionPolicy workaround.
Added links to PowerShell. PowerShell Core, .NET Core and .NET Framework downloads. If someone is new to PowerShell the version which ships in Windows 10 I believe has all the batteries included, but I recommend .NET Core SDK 3.1 with PowerShell Core 6 as that is the direction Microsoft is going.
Provided alternative ways to run the windows PowerShell install script without requiring the user to download the script locally. The result is the same and for someone less familiar with PowerShell, it can be easier. As a future consideration, you could have a ps1 script at `https://download.clojure.org/install.ps1`, which automatically determines the host platform so that the host doesn't need to be part of the filename, and the script itself can always grab the most current version, so that it isn't required to write out a specific version, thus this documentation and other places where it is used and replicated won't need to be updated frequently or at all.
Updated clj on Windows (markdown)
Updated clj on Windows (markdown)
add some more run examples that require quote escaping
lread
committed
Jun 15, 2019
Add some tips on running clj on windows
lread
committed
Jun 5, 2019
add alternative solution for permission errors
lread
committed
Jun 5, 2019
Updated clj on Windows (markdown)