From efe088f591ef34136dcde3a2fa7e2c8bfdcb2b89 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 27 Sep 2025 16:19:27 +0800 Subject: [PATCH] update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adbf63fc..62e96d37 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ All the files will be packaged in `ezbookkeeping.tar.gz`. > .\build.bat package -o ezbookkeeping.zip +or + + PS > .\build.ps1 package -Output ezbookkeeping.zip + All the files will be packaged in `ezbookkeeping.zip`. You can also build a Docker image. Make sure you have [Docker](https://www.docker.com/) installed, then follow these steps: @@ -114,7 +118,7 @@ Want to contribute code? Feel free to fork and send a pull request. Contributions of all kinds — bug reports, feature suggestions, documentation improvements, or code — are highly appreciated. -Check out our [Contributor Graph](https://github.com/mayswind/ezbookkeeping/graphs/contributors) to see the amazing people who’ve already helped. +Check out our [Contributor Graph](https://github.com/mayswind/ezbookkeeping/graphs/contributors) to see the amazing people who've already helped. ## Translating Help make ezBookkeeping accessible to users around the world. If you want to contribute a translation, please refer to our [translation guide](https://ezbookkeeping.mayswind.net/translating).