From 24e01e503503d61230867c3b7adbd5bb97934f3b Mon Sep 17 00:00:00 2001 From: Sall Date: Tue, 3 Jan 2023 04:46:31 +0000 Subject: [PATCH] Update README.md Signed-off-by: Sall --- .github/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 1df8548..975d542 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,4 +1,11 @@ -# ZPMOD +# Module: `zpmod` + +
+ +[![🍎 Build (MacOS)](https://github.com/z-shell/zpmod/actions/workflows/test-macos.yml/badge.svg)](https://github.com/z-shell/zpmod/actions/workflows/test-macos.yml) +[![🐧 Build (Linux)](https://github.com/z-shell/zpmod/actions/workflows/test-linux.yml/badge.svg)](https://github.com/z-shell/zpmod/actions/workflows/test-linux.yml) + +

The module is a binary Zsh module (think about `zmodload` Zsh command, it's that topic) which transparently and automatically **compiles sourced scripts**. Many plugin managers do not offer compilation of plugins, the module is a solution to this. Even if a plugin manager does compile plugin's main script (like Zi does).