From 52d734670419554a0c123a4d96e0ca20e4555f92 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Tue, 22 Aug 2023 08:00:18 +0000 Subject: [PATCH] update readme --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4dad6c55..4df71d7e 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,18 @@ # fetch dependencies and build generated files $ make get gen - # build clash native library for all supported platforms and architectures - $ make android-libs windows-libs - - # build apk for android - $ make release-android - - # build windows executable - $ flutter_distributor package --platform windows --targets exe + for platform in [windows linux macos android]: + # build native library + $ make $platform-libs windows-libs + $ make release-$platform + + # example: + $ make windows-libs + $ make windows-release ``` ## Acknowledgements + - [Singbox](https://github.com/SagerNet/sing-box) - [Clash](https://github.com/Dreamacro/clash) - [Clash Meta](https://github.com/MetaCubeX/Clash.Meta) - [FClash](https://github.com/Fclash/Fclash)