Readme: Explain where pods come from (#29)
This commit is contained in:
parent
0bffce3573
commit
a033bccaf0
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ On the JVM:
|
||||||
;;=> [#:next.jdbc{:update-count 0}]
|
;;=> [#: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
|
## Sci
|
||||||
|
|
||||||
To use pods in a [sci](https://github.com/borkdude/sci) based project, see
|
To use pods in a [sci](https://github.com/borkdude/sci) based project, see
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue