Skip to content

Commit 76d1e4d

Browse files
committed
doc: README.md detailed
1 parent b13ff65 commit 76d1e4d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Sources
2-
Original repo : https://github.com/keygen-sh/example-python-cryptographic-machine-files
2+
Original repo: https://github.com/keygen-sh/example-python-cryptographic-machine-files
33

4-
Example config : `python3 main.py --fingerprint '198e9fe586114844f6a4eaca5069b41a7ed43fb5a2df84892b69826d64573e39' --path-license examples/license.lic --path-machine examples/machine.lic`
4+
# How to run
5+
__Example config:__
6+
```shell
7+
python main.py --fingerprint '198e9fe586114844f6a4eaca5069b41a7ed43fb5a2df84892b69826d64573e39' --path-license examples/license.lic --path-machine examples/machine.lic
8+
```
9+
10+
__Normal config:__
11+
* Your fingerprint should be the hash of the serial number of your machine (you can execute the program to see it) computed with **SHA3_512** ([Online Converter](https://emn178.github.io/online-tools/sha3_512.html)).
12+
* Get your machine file on keygen.sh and put the raw license key in a new file named `license.lic`.
13+
* Put your `machine.lic` & `license.lic` in the same folder as `main.py` and run:
14+
```shell
15+
python main.py
16+
```

0 commit comments

Comments
 (0)