Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
bitcookies committed Dec 9, 2021
1 parent 885435d commit 0e9a084
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Go to `keygen/info.json` and click on the edit button to edit the file.

![step-2](assets/actions-step-2.png)

You can see
You can see:

```json
{
Expand All @@ -63,7 +63,7 @@ You can see:
}
```

You can modify the values corresponding to `text1` and `text2`
You can modify the values corresponding to `text1` and `text2`:

```json
{
Expand All @@ -76,6 +76,8 @@ It is important to note that `test1` and `test2` are **ANSI-encoded string, with

Once you have finished making changes, click the **Commit changes** button and Github Actions will start automatically.

If Github Actions does not start automatically, you will need to click on the Actions page to **allow this workflows to run**, then modify and commit `keygen/info.json` again.

### 3.3 Download key

Go to the Actions page to see the status of the program.
Expand Down Expand Up @@ -208,7 +210,7 @@ This project welcomes contributions and suggestions. You can make suggestions in

Thank you very much to some enthusiastic developers for helping answer some questions in [Issues](https://github.com/bitcookies/winrar-keygen/issues).

Thanks [@Sonic-The-Hedgehog-LNK1123](https://github.com/Sonic-The-Hedgehog-LNK1123) and [@nitu2003](https://github.com/nitu2003)
Thanks [@Sonic-The-Hedgehog-LNK1123](https://github.com/Sonic-The-Hedgehog-LNK1123)

## 8. License

Expand Down
6 changes: 4 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ Github Action 是微软收购 Github 之后推出的 CI/CD 工具,通过以下

需要注意的是,`test1``test2` 参数均是**不含空格的 ANSI 编码。**

修改完成之后,点击 **Commit changes** 按钮,Github Actions 会自动开始。
修改完成之后,点击 **Commit changes** 按钮,Github Actions 会自动开始执行。

如果 Github Actions 未自动开始,你需要先点击 Actions 页面 **允许此 workflows 运行**,然后再次修改并提交 `keygen/info.json`

### 3.3 下载文件

Expand Down Expand Up @@ -208,7 +210,7 @@ winrar-keygen.exe <text1> <text2>

非常感谢一些热心的开发者,在 [Issues](https://github.com/bitcookies/winrar-keygen/issues) 帮助解答一些问题。

感谢 [@Sonic-The-Hedgehog-LNK1123](https://github.com/Sonic-The-Hedgehog-LNK1123)[@nitu2003](https://github.com/nitu2003)
感谢 [@Sonic-The-Hedgehog-LNK1123](https://github.com/Sonic-The-Hedgehog-LNK1123)

## 8. 许可

Expand Down

0 comments on commit 0e9a084

Please sign in to comment.