From f086b1d5a9f17808565decf2c1823fd76d6d3b47 Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Wed, 2 Dec 2020 14:12:48 -0500 Subject: [PATCH] Fix incorrect script name in README. Signed-off-by: Drew Moseley --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a64aa8d8c..38c68cd8d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can also package mkosi as a [zipapp](https://docs.python.org/3/library/zipapp.html) that you can deploy anywhere in your `PATH`. Running this will leave a `mkosi` binary in `builddir/` ```shell -tools/generate_zipapp.sh +tools/generate-zipapp.sh ``` ## Python module -- 2.47.2