summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd <bernd@eckenfels.net>2024-03-24 20:41:48 +0100
committerGitHub <noreply@github.com>2024-03-24 20:41:48 +0100
commit7666b993bf152d1ec382c1c29e61a148b4d0d05f (patch)
treef91f37556a93b284394ddff7c22cd8ac135539ba
parent476bf2a70709e9a03de2d6c0875870ca09c251d2 (diff)
README.md: link to earthly project (#1078)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ddafe9..1c9e55a 100644
--- a/README.md
+++ b/README.md
@@ -301,7 +301,7 @@ Example show total lines:
The server code hosted on tokei.rs is in [XAMPPRocky/tokei_rs](https://github.com/XAMPPRocky/tokei_rs)
## Dockerized version
-Tokei is available in a small `alpine`-based docker image, buildable through:
+Tokei is available in a small `alpine`-based docker image, buildable through [earthly](https://github.com/earthly/earthly):
```bash
earthly +docker
```