diff --git a/README.md b/README.md
index 9fa0e6cd..3d1f886d 100755
--- a/README.md
+++ b/README.md
@@ -104,6 +104,18 @@ Supported software
| Internal mechanism passwords storage | Autologon
MSCache
Credential Files
Credman
DPAPI Hash
Hashdump (LM/NT)
LSA secret
Vault Files | GNOME Keyring
Kwallet
Hashdump | Keychains
Hashdump |
+Compile
+----
+
+* Using Pyinstaller
+```
+pyinstaller --additional-hooks-dir=. -F --onefile laZagne.py
+```
+* Using Nuitka
+```
+python3 -m nuitka --standalone --onefile --include-package=lazagne laZagne.py
+```
+
For developers
----
Please refer to the wiki before opening an issue to understand how to compile the project or to develop a new module.