From: Drew Moseley Date: Wed, 2 Dec 2020 19:12:48 +0000 (-0500) Subject: Fix incorrect script name in README. X-Git-Tag: v8~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F541%2Fhead;p=thirdparty%2Fmkosi.git Fix incorrect script name in README. Signed-off-by: Drew Moseley --- 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