From 9eb9bbcacc7a0b4a83e310aaf5514a67dfd8b26c Mon Sep 17 00:00:00 2001 From: Zhang Hua Date: Wed, 22 May 2024 10:39:53 +0800 Subject: [PATCH] Remove tips about building AOT binary --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b166f94..74d2507 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ A tool to renew e5 subscription by calling msgraph APIs You can download prebuilt program at [Release](https://github.com/arenekosreal/E5Renewer.Net/releases) page, simply choose which one you want, download it, unpack it and run it. If you want to build from source, you can run `dotnet publish` and you will find binaries at `bin/Release/net8.0`. - You may want to pass `-p PublishAot=true` to generate a binary with less space usage. 5. Run program