diff --git a/README.md b/README.md index a72787c..e3a70e1 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,6 @@ curl -o ~/.eget.toml https://git.246060.ru/f1x1t/eget-config/raw/branch/master/e ~/bin/eget jgm/pandoc ~/bin/eget yt-dlp/yt-dlp ~/bin/eget dundee/gdu +~/bin/eget dandavison/delta ``` diff --git a/eget.toml b/eget.toml index 622043a..08da22f 100644 --- a/eget.toml +++ b/eget.toml @@ -34,3 +34,6 @@ ["dundee/gdu"] asset_filters = [ "gdu_linux_amd64_static" ] target = "~/bin/gdu" + +["dandavison/delta"] + asset_filters = [ "unknown-linux-gnu" ]