From cf38dd67d50330825ee48043205cb9024e5106f9 Mon Sep 17 00:00:00 2001 From: daoge <3523206925@qq.com> Date: Fri, 16 Feb 2024 14:22:38 +0800 Subject: [PATCH] doc: Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 616d350..00968f3 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ A command line util for encrypting and decrypting resource packs. ## Usage +Download the latest executable file from github action + ### Encryption -Command: `java -jar EncryptMyPack.jar encrypt [key]` +Command: `EncryptMyPack.exe encrypt [key]` 1. The key should be a 32 character long string. If you don't provide a key, the key will be `liulihaocai123456789123456789123` @@ -23,7 +25,7 @@ After the encryption, a `contents.json` should now be in output zip file, and th ### Decryption -Command: `java -jar EncryptMyPack.jar decrypt ` +Command: `EncryptMyPack.exe decrypt ` 1. Again, the key should be a 32 character long string. 2. To decrypt the pack, you must provide its key @@ -39,4 +41,4 @@ So you should set up graalvm and set project JDK to graalvm before building Thanks to [mcrputil](https://github.com/valaphee/mcrputil) for their great work! ## License -LGPL-3.0 © AllayMC \ No newline at end of file +LGPL-3.0 © AllayMC