📃 Optimize README readability

Optimize readme readability
This commit is contained in:
bitcookies 2022-02-02 10:41:43 +08:00
parent 2fd9c1754e
commit 0d5f0ba347
2 changed files with 30 additions and 2 deletions

View file

@ -46,6 +46,9 @@ There are several ways to use it 🧐:
## 4. Use Github Actions with Push
<details>
<summary>Click to expand</summary>
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).
</details>
## 5. Use Github Actions with Secrets
<details>
<summary>Click to expand</summary>
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.
</details>
## 6. Build in Visual Studio
<details>
<summary>Click to expand</summary>
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`.
</details>
## 7. Invalid Key
Why is my `rarreg.key` invalid?

View file

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