From a033bccaf0024b279480f2a7ac4b446621629b73 Mon Sep 17 00:00:00 2001 From: Jakub Holy Date: Fri, 22 Jan 2021 15:12:55 +0100 Subject: [PATCH] Readme: Explain where pods come from (#29) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fc1d66..b2abb48 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ On the JVM: ;;=> [#:next.jdbc{:update-count 0}] ``` +### Where does the pod come from? + +When calling `load-pod` with a string or vector of strings, the pod is looked up on the local file system (either using the PATH, or using an absolute path). When it is called with a qualified symbol and a version - like `(load-pod 'org.babashka/aws "0.0.5")` then it will be looked up in and downloaded from the [pod-registry](https://github.com/babashka/pod-registry). + ## Sci To use pods in a [sci](https://github.com/borkdude/sci) based project, see