doc [skip ci]
This commit is contained in:
parent
57f1d03dea
commit
b5f48cb00e
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
|
@ -191,6 +191,10 @@ You may also download a binary from
|
||||||
[Github](https://github.com/borkdude/babashka/releases). For linux there is a
|
[Github](https://github.com/borkdude/babashka/releases). For linux there is a
|
||||||
static binary available which can be used on Alpine.
|
static binary available which can be used on Alpine.
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
Check out the image on [Docker hub](https://hub.docker.com/r/borkdude/babashka/).
|
||||||
|
|
||||||
## [News](doc/news.md)
|
## [News](doc/news.md)
|
||||||
|
|
||||||
Check out the [news](doc/news.md) page to keep track of babashka-related news items.
|
Check out the [news](doc/news.md) page to keep track of babashka-related news items.
|
||||||
|
|
@ -203,15 +207,13 @@ Go [here](https://book.babashka.org/#built-in-namespaces) to see the full list o
|
||||||
|
|
||||||
A list of projects (scripts, libraries, pods and tools) known to work with babashka.
|
A list of projects (scripts, libraries, pods and tools) known to work with babashka.
|
||||||
|
|
||||||
## Pods
|
## [Pods](https://github.com/babashka/babashka.pods)
|
||||||
|
|
||||||
Pods are programs that can be used as a Clojure library by
|
Pods are programs that can be used as a Clojure library by
|
||||||
babashka. Documentation is available in the [pod library
|
babashka. Documentation is available in the [pod library
|
||||||
repo](https://github.com/babashka/babashka.pods).
|
repo](https://github.com/babashka/babashka.pods).
|
||||||
|
|
||||||
## Docker
|
A list of available pods can be found [here](doc/projects#pods).
|
||||||
|
|
||||||
Check out the image on [Docker hub](https://hub.docker.com/r/borkdude/babashka/).
|
|
||||||
|
|
||||||
## Differences with Clojure
|
## Differences with Clojure
|
||||||
|
|
||||||
|
|
@ -308,9 +310,6 @@ commit](https://github.com/borkdude/babashka/commit/02c7c51ad4b2b1ab9aa95c26a744
|
||||||
- [closh](https://github.com/dundalek/closh)
|
- [closh](https://github.com/dundalek/closh)
|
||||||
- [lumo](https://github.com/anmonteiro/lumo)
|
- [lumo](https://github.com/anmonteiro/lumo)
|
||||||
|
|
||||||
## Examples
|
|
||||||
[A collection of example scripts](examples/README.md).
|
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
- [adgoji](https://www.adgoji.com/) for financial support
|
- [adgoji](https://www.adgoji.com/) for financial support
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue