Skip to content

Commit ed410eb

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Original repo: https://github.com/keygen-sh/example-python-cryptographic-machine
33

44
# How to run
55
__Example config:__
6+
**Linux / Windows:**
67
```shell
78
python main.py --fingerprint '198e9fe586114844f6a4eaca5069b41a7ed43fb5a2df84892b69826d64573e39' --path-license examples/license.lic --path-machine examples/machine.lic
89
```
@@ -11,6 +12,9 @@ __Normal config:__
1112
* 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)).
1213
* Get your machine file on keygen.sh and put the raw license key in a new file named `license.lic`.
1314
* Put your `machine.lic` & `license.lic` in the same folder as `main.py` and run:
15+
16+
**Linux / Windows:**
1417
```shell
1518
python main.py
16-
```
19+
```
20+
(You need to run it as root in Linux because it needs to access `/dev/sda` to get the serial number of your machine.)

0 commit comments

Comments
 (0)