From 23f538bca9ce2729511fb17b6a9e2fcf1b418145 Mon Sep 17 00:00:00 2001 From: Marco Ollivier Date: Sat, 14 Dec 2024 19:43:25 -0300 Subject: [PATCH] add all installation steps to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 00ede7d..3ed8c96 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ asdf plugin add clojure https://github.com/asdf-community/asdf-clojure.git ``` +```shell +asdf install clojure latest +``` + +```shell +asdf global clojure +``` + ## Usage Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to