-
-
Notifications
You must be signed in to change notification settings - Fork 7
Getting started VERY QUICKLY
Aleš Najmann edited this page Dec 12, 2022
·
4 revisions
Open "Windows PowerShell" and type in:
iwr -useb get.scoop.sh | iex
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
Run following commands:
scoop bucket add extras
scoop bucket add java
scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure
scoop install git 7zip pshazz temurin-lts-jdk clj-deps leiningen clj-kondo vscode coreutils windows-terminal
Congratulations!
~ $ clj
Clojure 1.10.1
user=> (println "Hello world!")
Hello world!
nil