diff --git a/README.md b/README.md
index 4349314df06f6fe830f56c91489faf410ca6461c..effb330540152bdce1bed1ec080c0bbaf0c1b11a 100644
--- a/README.md
+++ b/README.md
@@ -2,5 +2,21 @@
 Hunter chase the target using computer-vision in UNITY
 
 # Guide
-A.H.V(BETA) : Unity3D Project Folder
-SegmentationModel : Start ImageProcessor.py before play Unity3D
\ No newline at end of file
+1. Bulid enviroment for running flask & Unity ML-Agent
+
+#Install Unity
+  Editor Version = 2021.3.11f1
+
+#Install ML-Agent plugin release 20
+  Install Guide link = https://github.com/Unity-Technologies/ml-agents/blob/release_20_branch/docs/Installation.md
+
+#Install running enviroment (using mlagent.yaml file in project)
+  conda env create --file mlagent.yaml
+
+2. Running
+
+#Run ImageProcessor.py
+![image](https://github.com/h0dol9805/Artificial_Hunter_Vision/assets/145313806/1aafe448-408b-4af5-9dd5-df76e0f5a697)
+
+#Play Unity Project
+![image](https://github.com/h0dol9805/Artificial_Hunter_Vision/assets/145313806/2227d1eb-4bf8-4c28-b5a4-4297c7812546)