1.0.0 • Published 5 years ago
@greact/core v1.0.0
@greact/core
Clojure Installation
Following the clojure.org
Ensure that the following dependencies are installed: bash, curl, rlwrap, and Java.
Use the linux-install script to download and run the install, which will create the executables /usr/local/bin/clj, /usr/local/bin/clojure, and the directory /usr/local/lib/clojure:
curl -O https://download.clojure.org/install/linux-install-1.10.1.763.sh
chmod +x linux-install-1.10.1.763.sh
sudo ./linux-install-1.10.1.763.shCheck the installation
cljs (println "Hello, @greact/core")You should see output like the following:
Clojure 1.9.0
user=>1.0.0
5 years ago