Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
BitCookies committed Feb 13, 2021
1 parent 23bede7 commit c6f8963
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 29 deletions.
35 changes: 21 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,30 +60,37 @@ You will see executable files in `bin/` directory.

## 4. How to Use?

Execute the following code in the terminal and configure two parameters to generate `rarreg.key`.

Here is an example use `Github` and `Github.com`:

```
Usage:
winrar-keygen.exe <your name> <license type>
Example:
winrar-keygen.exe "Rebecca Morrison" "Single PC usage license"
winrar-keygen.exe "Github" "Github.com"
or:
winrar-keygen.exe "Rebecca Morrison" "Single PC usage license" > rarreg.key
winrar-keygen.exe "Github" "Github.com" > rarreg.key
```

Now you can see the newly generated file. Save the generated information as `rarreg.key`.
![Terminal](terminal.png)

Now you can see the newly generated file.

```console
$ winrar-keygen.exe "DoubleLabyrinth" "Single PC usage license"
RAR registration data
DoubleLabyrinth
Single PC usage license
UID=d2fb7cb15c078a3def58
6412212250ef58bef21cdcb49ca34b7040112cae5a512f1adad1a8
f6d2ee8c382fe64f8e3d6035c6ab9048e2c5c62f0238f183d28519
aa87488bf38f5b634cf28190bdf438ac593b1857cdb55a7fcb0eb0
c3e4c2736090b3dfa45384e08e9de05c5860d3051942adf2db9d96
e2ec37f1cfae00b3e2455093b90e4e352f016f6b9853c735d45fb4
01f9cbb91d3f3ac5664511229f8c9b0a9e1d61a2e087b481607e91
bfc8a83414f6807d31a5f8c587513aa54f9b1249ad804214409316
Github
Github.com
UID=3a3d02329a32b63da7d8
6412212250a7d8753c5e7037d83011171578c57042fa30c506caae
9954e4853d415ec594e46076cc9a65338309b66c50453ba72158c0
656de97acb2f2a48cf3b75329283544c3e1b366a5062b85d0022f6
de3cdc56b311475b484e80b48157a0c3af60ca4f7f9c75d49bc50d
6bad616c1c58caa922d3ed0cd19771e8191522a586544c3e1b366a
5062b85d29db066f02e777ad78100865f2c31f2dd3a86998609b18
5eede7ed46566b10bf033daa6384062b259194b1acbd1443042646
```

Save the generated information as `rarreg.key`.
37 changes: 22 additions & 15 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WinRAR不是免费的软件。如果你想使用它,你应当向 [__RARLAB__](

## 3. 如何编译?

如果你不想自己编译,也可以到 [release](https://github.com/bitcookies/winrar-keygen/releases/) 页面获取 `winrar-keygen.exe`
如果你不想自己编译,也可以到 [Release](https://github.com/bitcookies/winrar-keygen/releases/) 页面获取 `winrar-keygen.exe`

### 3.1 前提条件

Expand Down Expand Up @@ -54,30 +54,37 @@ WinRAR不是免费的软件。如果你想使用它,你应当向 [__RARLAB__](

## 4. 如何使用?

直接在终端执行以下代码,配置两个参数即可生成 `rarreg.key`

这里以 `Github``Github.com` 为例:

```
Usage:
winrar-keygen.exe <your name> <license type>
Example:
winrar-keygen.exe "Rebecca Morrison" "Single PC usage license"
winrar-keygen.exe "Github" "Github.com"
or:
winrar-keygen.exe "Rebecca Morrison" "Single PC usage license" > rarreg.key
winrar-keygen.exe "Github" "Github.com" > rarreg.key
```

现在你可以看到新生成的文件,将生成的信息保存为 `rarreg.key ` 即可:
![Terminal](terminal.png)

现在你可以看到新生成的文件:

```console
$ winrar-keygen.exe "DoubleLabyrinth" "Single PC usage license"
RAR registration data
DoubleLabyrinth
Single PC usage license
UID=d2fb7cb15c078a3def58
6412212250ef58bef21cdcb49ca34b7040112cae5a512f1adad1a8
f6d2ee8c382fe64f8e3d6035c6ab9048e2c5c62f0238f183d28519
aa87488bf38f5b634cf28190bdf438ac593b1857cdb55a7fcb0eb0
c3e4c2736090b3dfa45384e08e9de05c5860d3051942adf2db9d96
e2ec37f1cfae00b3e2455093b90e4e352f016f6b9853c735d45fb4
01f9cbb91d3f3ac5664511229f8c9b0a9e1d61a2e087b481607e91
bfc8a83414f6807d31a5f8c587513aa54f9b1249ad804214409316
Github
Github.com
UID=3a3d02329a32b63da7d8
6412212250a7d8753c5e7037d83011171578c57042fa30c506caae
9954e4853d415ec594e46076cc9a65338309b66c50453ba72158c0
656de97acb2f2a48cf3b75329283544c3e1b366a5062b85d0022f6
de3cdc56b311475b484e80b48157a0c3af60ca4f7f9c75d49bc50d
6bad616c1c58caa922d3ed0cd19771e8191522a586544c3e1b366a
5062b85d29db066f02e777ad78100865f2c31f2dd3a86998609b18
5eede7ed46566b10bf033daa6384062b259194b1acbd1443042646
```

将生成的信息以文本格式保存为 `rarreg.key ` ,拖动即可导入WinRAR。
Binary file added terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c6f8963

Please sign in to comment.