From fb23389be4669f669e16a1c7843bd0ee6cc73ca2 Mon Sep 17 00:00:00 2001 From: nacho Date: Sun, 26 Nov 2023 19:31:56 +0100 Subject: [PATCH] Add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a667f..afdab82 100755 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ python interface to warning lists. # Using warning lists in Earthly builds -Lists are exposed to Earthly builds through the target `export-lists`. Earthfiles can directly reference them in their copy statements as follows: +Lists are exposed to [Earthly](https://github.com/earthly/earthly) builds through the target `export-lists`. Earthfiles can directly reference them in their copy statements as follows: ```earthly COPY github.com/MISP/misp-warninglists[:commit]+export-lists/lists//list.json ./ ```