Skip to content

Commit

Permalink
Readme: Explain where pods come from (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
holyjak authored Jan 22, 2021
1 parent 0bffce3 commit a033bcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a033bcc

Please sign in to comment.