diff --git a/README.md b/README.md index 6e9df39..503a621 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ There are several ways to use it 🧐: ## 4. Use Github Actions with Push +
+Click to expand + Github Action is a CI/CD tool introduced after Microsoft acquired Github, and you can run programs on GitHub Action by following these steps. ### 4.1 Fork @@ -100,8 +103,13 @@ After extract `rarreg_file.zip`, you will get `rarreg.key`, just drag and drop i If you get an invalid key, please check [the specific solution](#7-invalid-key). +
+ ## 5. Use Github Actions with Secrets +
+Click to expand + In order to make Merge and Pull easier for everyone, a new method for using Github Actions through [Secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets) has been added: ### 5.1 Fork @@ -132,8 +140,13 @@ Go to **Actions** and select **WinRAR Keygen Secrets** to run Workflow manually: After running successfully, open the corresponding task and select **rarreg_file** to download. +
+ ## 6. Build in Visual Studio +
+Click to expand + I recommend using the Github Actions, but you can still do your own compilation. If you don't want to compile it yourself, you can also go to the [release](https://github.com/bitcookies/winrar-keygen/releases/) page to get `winrar-keygen.exe`. @@ -212,6 +225,8 @@ de3cdc56b311475b484e80b48157a0c3af60ca4f7f9c75d49bc50d Save the generated information in **ANSI encoding format** as `rarreg.key`. +
+ ## 7. Invalid Key Why is my `rarreg.key` invalid? diff --git a/README.zh-CN.md b/README.zh-CN.md index b7a6b54..83d27a2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -21,8 +21,6 @@

简体中文 | English

- - ## 1. WinRAR是什么? WinRAR是一款用于管理压缩包文件的共享软件。其算法由作者尤金·罗谢尔研发,享有原创专利。 @@ -47,6 +45,9 @@ WinRAR不是免费软件。如果你想使用它,你应当向 [__RARLAB__](htt ## 4. 通过 Push 使用 Github Actions +
+点击展开 + Github Action 是微软收购 Github 之后推出的 CI/CD 工具,通过以下步骤即可在 GitHub Action 上运行程序: ### 4.1 Fork @@ -101,8 +102,13 @@ Github Action 是微软收购 Github 之后推出的 CI/CD 工具,通过以下 如果你得到的是 key 是无效的,请查看 [解决方法](#7-无效的key)。 +
+ ## 5. 通过 Secrets 使用 Github Actions +
+点击展开 + 为了更好的方便大家 Merge 和 Pull,现在新增了通过 [Secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets) 使用 Github Actions 的方法: ### 5.1 Fork @@ -135,8 +141,13 @@ Github Action 是微软收购 Github 之后推出的 CI/CD 工具,通过以下 运行成功之后,打开对应的任务,选择 **rarreg_file** 下载。 +
+ ## 6. 通过 Visual Studio 编译使用 +
+点击展开 + 我建议通过 Github Actions 的方法来使用,但是你仍然可以选择自行编译。 如果你不想自行编译,也可以到 [Release](https://github.com/bitcookies/winrar-keygen/releases/) 页面获取对应版本的 `winrar-keygen.exe`。 @@ -211,6 +222,8 @@ de3cdc56b311475b484e80b48157a0c3af60ca4f7f9c75d49bc50d 将生成的信息以 **ANSI 编码** 的文本格式保存为 `rarreg.key`。 +
+ ## 7. 无效的Key 为什么我生成的 `rarreg.key` 是无效的?