diff --git a/Readme.md b/Readme.md
index 066f626c..ab56f955 100644
--- a/Readme.md
+++ b/Readme.md
@@ -13,6 +13,11 @@ Unlike AFL, AFLGo spends most of its time budget on reaching specific target loc
The easiest way to use AFLGo is as patch testing tool in OSS-Fuzz. Here is our integration:
* https://github.com/aflgo/oss-fuzz
+# Environment Variables
+* **AFLGO_INST_RATIO** -- The proportion of basic blocks instrumented with distance values (default: 100).
+* **AFLGO_SELECTIVE** -- Add AFL-trampoline only to basic blocks with distance values? (default: off).
+* **AFLGO_PROFILING_FILE** -- When CFG-tracing is enabled, the data will be stored here.
+
# How to instrument a Binary with AFLGo
1) Install LLVM with Gold-plugin. You can also follow these instructions.
2) Install other prerequisite