diff --git a/README.md b/README.md index 75a23601..6e543964 100644 --- a/README.md +++ b/README.md @@ -148,11 +148,6 @@ Install: brew install borkdude/brew/babashka - - - - - Upgrade: brew upgrade babashka @@ -283,6 +278,12 @@ You may also download a binary from [Github](https://github.com/babashka/babashka/releases). For linux there is a static binary available which can be used on Alpine. +### CI + +On Github Actions it's recommended to use [setup-clojure](https://github.com/DeLaGuardo/setup-clojure) with `bb: latest`. +You can use the [installer script](https://github.com/babashka/babashka#installer-script) on any non-Windows CI system. CircleCI requires `sudo`. +On Appveyor + Windows you can use a bit of [Powershell](https://github.com/clj-kondo/clj-kondo/blob/39b5cb2b0d3d004c005e8975b6fafe0e314eec68/appveyor.yml#L60-L64). + ## Docker Check out the image on [Docker hub](https://hub.docker.com/r/babashka/babashka/).