Skip to content

Instantly share code, notes, and snippets.

@rbeesley
Created March 29, 2019 06:43
Show Gist options
  • Save rbeesley/d4589ca6842e599ba9839e7bc0392ad3 to your computer and use it in GitHub Desktop.
Save rbeesley/d4589ca6842e599ba9839e7bc0392ad3 to your computer and use it in GitHub Desktop.
Use this to install the CLJ tool using a method like installing Chocolatey or Scoop, executing the remote script
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://download.clojure.org/install/win-install-1.10.0.442.ps1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment