Readme: Explain where pods come from (#29)

This commit is contained in:
Jakub Holy 2021-01-22 15:12:55 +01:00 committed by GitHub
parent 0bffce3573
commit a033bccaf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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